Color Hex Logo

#bfc2db Color Hex

#BFC2DB
(191,194,219)
0 Favorites   0 Comments

Color spaces of #bfc2db

RGB 191194219
HSL0.650.280.80
HSV234°13°86°
CMYK 0.130.110.00   0.14
XYZ53.563854.774474.7672
Yxy54.77440.29250.2991
Hunter Lab74.0097-0.3294-8.0900
CIE-Lab78.91113.8980-12.8069

#bfc2db color RGB value is (191,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 11011011
Octal 277 302 333
Decimal 191 194 219
Hex BF C2 DB

RGB Percentages of Color #bfc2db

%31.62
%32.12
%36.26

CMYK Percentages of Color #bfc2db

%13
%11
%0
%14

Triadic Colors of #bfc2db

#bfc2db #dbbfc2 #c2dbbf

Analogous Colors of #bfc2db

#bfc2db #cabfdb #bfd0db

Monochromatic Colors of #bfc2db

#bfc2db

Complementary Color

#bfc2db #dbd8bf

#bfc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc2db Color CSS Codes

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

#bfc2db Text Font Color

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

This sample text font color is #bfc2db
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.


#bfc2db Background Color

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

This div background color is #bfc2db


#bfc2db Border Color

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

This div border color is #bfc2db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,194,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 #bfc2db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc2db


Comments

No comments written yet.

Please login to write comment.