Color Hex Logo

#bfcddb Color Hex

#BFCDDB
(191,205,219)
0 Favorites   0 Comments

Color spaces of #bfcddb

RGB 191205219
HSL0.580.280.80
HSV210°13°86°
CMYK 0.130.060.00   0.14
XYZ56.103459.853575.6137
Yxy59.85350.29290.3124
Hunter Lab77.3650-5.9446-3.7923
CIE-Lab81.7585-1.9485-8.5610

#bfcddb color RGB value is (191,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 11011011
Octal 277 315 333
Decimal 191 205 219
Hex BF CD DB

RGB Percentages of Color #bfcddb

%31.06
%33.33
%35.61

CMYK Percentages of Color #bfcddb

%13
%6
%0
%14

Triadic Colors of #bfcddb

#bfcddb #dbbfcd #cddbbf

Analogous Colors of #bfcddb

#bfcddb #bfbfdb #bfdbdb

Monochromatic Colors of #bfcddb

#bfcddb

Complementary Color

#bfcddb #dbcdbf

#bfcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcddb Color CSS Codes

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

#bfcddb Text Font Color

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

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


#bfcddb Background Color

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

This div background color is #bfcddb


#bfcddb Border Color

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

This div border color is #bfcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcddb


Comments

No comments written yet.

Please login to write comment.