#BDC6D0

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

Shades of Spindle #BDC6D0

Tints of Spindle #BDC6D0

Color information

#BDC6D0 (or 0xBDC6D0) is unknown color: approx Spindle. HEX triplet: BD, C6 and D0. RGB value is (189,198,208). Sum of RGB (Red+Green+Blue) = 189+198+208=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6D0 is #42392F. Grayscale: #C4C4C4. Windows color (decimal): -4340016 or 13682365. OLE color: 13682365.

HSL color Cylindrical-coordinate representation of color #BDC6D0: hue angle of 211.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC6D0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189198208-
CMYK0.090.0500.18
HSL211.58º16.81%77.84%-
HSV(B)211.58º9.13%81.57%-
XYZ52.5755.7667.67-
YUV196.45134.52122.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=31.76%
G=33.28%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891982080.090.0500.18211.5816.8177.84
HexBDC6D095012d4114e
Octal27530632011502232421116
Binary101111011100011011010000100110101001011010100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6D0; }

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

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

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

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

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

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

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

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