#BDC3CE

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

Shades of Spindle #BDC3CE

Tints of Spindle #BDC3CE

Color information

#BDC3CE (or 0xBDC3CE) is unknown color: approx Spindle. HEX triplet: BD, C3 and CE. RGB value is (189,195,206). Sum of RGB (Red+Green+Blue) = 189+195+206=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CE is #423C31. Grayscale: #C2C2C2. Windows color (decimal): -4340786 or 13550525. OLE color: 13550525.

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

Color convert

RGB189195206-
CMYK0.080.0500.19
HSL218.82º14.78%77.45%-
HSV(B)218.82º8.25%80.78%-
XYZ51.6454.3166.15-
YUV194.46134.51124.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=32.03%
G=33.05%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891952060.080.0500.19218.8214.7877.45
HexBDC3CE85013dbf4d
Octal27530331610502333317115
Binary10111101110000111100111010001010100111101101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3CE; }

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

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

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

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

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

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

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

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