#BDC7D0

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

Shades of Spindle #BDC7D0

Tints of Spindle #BDC7D0

Color information

#BDC7D0 (or 0xBDC7D0) is unknown color: approx Spindle. HEX triplet: BD, C7 and D0. RGB value is (189,199,208). Sum of RGB (Red+Green+Blue) = 189+199+208=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7D0 is #42382F. Grayscale: #C4C4C4. Windows color (decimal): -4339760 or 13682621. OLE color: 13682621.

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

Color convert

RGB189199208-
CMYK0.090.0400.18
HSL208.42º16.81%77.84%-
HSV(B)208.42º9.13%81.57%-
XYZ52.7956.2267.74-
YUV197.04134.19122.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=31.71%
G=33.39%
B=34.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891992080.090.0400.18208.4216.8177.84
HexBDC7D094012d0114e
Octal27530732011402232021116
Binary101111011100011111010000100110001001011010000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7D0; }

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

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

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

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

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

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

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

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