#BDC5CB

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

Shades of Spindle #BDC5CB

Tints of Spindle #BDC5CB

Color information

#BDC5CB (or 0xBDC5CB) is unknown color: approx Spindle. HEX triplet: BD, C5 and CB. RGB value is (189,197,203). Sum of RGB (Red+Green+Blue) = 189+197+203=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CB is #423A34. Grayscale: #C3C3C3. Windows color (decimal): -4340277 or 13354429. OLE color: 13354429.

HSL color Cylindrical-coordinate representation of color #BDC5CB: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC5CB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189197203-
CMYK0.070.0300.20
HSL205.71º11.86%76.86%-
HSV(B)205.71º6.9%79.61%-
XYZ51.7355.0664.4-
YUV195.29132.35123.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=32.09%
G=33.45%
B=34.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891972030.070.0300.20205.7111.8676.86
HexBDC5CB73014cec4d
Octal2753053137302431614115
Binary101111011100010111001011111110101001100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5CB; }

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

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

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

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

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

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

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

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