#BDC5CE

Color #BDC5CE Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BDC5CE

Tints of Spindle #BDC5CE

Color information

#BDC5CE (or 0xBDC5CE) is unknown color: approx Spindle. HEX triplet: BD, C5 and CE. RGB value is (189,197,206). Sum of RGB (Red+Green+Blue) = 189+197+206=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CE is #423A31. Grayscale: #C3C3C3. Windows color (decimal): -4340274 or 13551037. OLE color: 13551037.

HSL color Cylindrical-coordinate representation of color #BDC5CE: hue angle of 211.76º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC5CE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189197206-
CMYK0.080.0400.19
HSL211.76º14.78%77.45%-
HSV(B)211.76º8.25%80.78%-
XYZ52.0955.2166.3-
YUV195.63133.85123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=31.93%
G=33.28%
B=34.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891972060.080.0400.19211.7614.7877.45
HexBDC5CE84013d4f4d
Octal27530531610402332417115
Binary10111101110001011100111010001000100111101010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5CE; }

 p { color: rgb(189,197,206); }

 H1.HeaderClassName
 {
   color: #BDC5CE;
 }
 .AnyTagClassName
 {
   color: #BDC5CE;
 }
</style>
background-color css

<style>
 a { background-color: #BDC5CE; }

 a { background-color: rgb(189,197,206); }

 div.DivClassName
 {
   background-color: #BDC5CE;
 }
 .BgClassName
 {
   background-color: #BDC5CE;
 }
</style>
border-color css

<style>
 span { border-color: #BDC5CE; }

 span { border-color: rgb(189,197,206); }

 td.TdClassName
 {
   border-color: #BDC5CE;
 }
 .TagClassName
 {
   border-color: #BDC5CE;
 }
</style>