Color Hex Logo

#bfccdb Color Hex

#BFCCDB
(191,204,219)
0 Favorites   0 Comments

Color spaces of #bfccdb

RGB 191204219
HSL0.590.280.80
HSV212°13°86°
CMYK 0.130.070.00   0.14
XYZ55.864959.376675.5343
Yxy59.37660.29280.3112
Hunter Lab77.0562-5.4379-4.1796
CIE-Lab81.4982-1.4216-8.9479

#bfccdb color RGB value is (191,204,219).

#bfccdb hex color red value is 191, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfccdb hue: 0.59 , saturation: 0.28 and the lightness value of bfccdb is 0.80.

The process color (four color CMYK) of #bfccdb color hex is 0.13, 0.07, 0.00, 0.14. Web safe color of #bfccdb is #cccccc. Color #bfccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11011011
Octal 277 314 333
Decimal 191 204 219
Hex BF CC DB

RGB Percentages of Color #bfccdb

%31.11
%33.22
%35.67

CMYK Percentages of Color #bfccdb

%13
%7
%0
%14

Triadic Colors of #bfccdb

#bfccdb #dbbfcc #ccdbbf

Analogous Colors of #bfccdb

#bfccdb #c0bfdb #bfdadb

Monochromatic Colors of #bfccdb

#bfccdb

Complementary Color

#bfccdb #dbcebf

#bfccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfccdb Color CSS Codes

.mybgcolor {background-color:#bfccdb; } 
.myforecolor {color:#bfccdb; }
.mybordercolor {border:3px solid #bfccdb; }

#bfccdb Text Font Color

<p style="color:#bfccdb">Text here</p>

This sample text font color is #bfccdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfccdb Background Color

<div style="background-color:#bfccdb">
Div content here</div>

This div background color is #bfccdb


#bfccdb Border Color

<div style="border:3px solid #bfccdb">
Div here</div>

This div border color is #bfccdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,204,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfccdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfccdb;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccdb;
  box-shadow:         1px 1px 3px 2px #bfccdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,204,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfccdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfccdb;
  -webkit-box-shadow: 1px 1px 3px 2px #bfccdb;
  box-shadow:         1px 1px 3px 2px #bfccdb;">
Div content here</div>

This div box has shadow with color #bfccdb


Comments

No comments written yet.

Please login to write comment.