#BDC6CE

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

Shades of Spindle #BDC6CE

Tints of Spindle #BDC6CE

Color information

#BDC6CE (or 0xBDC6CE) is unknown color: approx Spindle. HEX triplet: BD, C6 and CE. RGB value is (189,198,206). Sum of RGB (Red+Green+Blue) = 189+198+206=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CE is #423931. Grayscale: #C4C4C4. Windows color (decimal): -4340018 or 13551293. OLE color: 13551293.

HSL color Cylindrical-coordinate representation of color #BDC6CE: hue angle of 208.24º 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 #BDC6CE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189198206-
CMYK0.080.0400.19
HSL208.24º14.78%77.45%-
HSV(B)208.24º8.25%80.78%-
XYZ52.3255.6666.38-
YUV196.22133.52122.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=31.87%
G=33.39%
B=34.74%

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
Decimal1891982060.080.0400.19208.2414.7877.45
HexBDC6CE84013d0f4d
Octal27530631610402332017115
Binary10111101110001101100111010001000100111101000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6CE; }

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

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

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

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

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

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

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

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