#BDC7CE

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

Shades of Spindle #BDC7CE

Tints of Spindle #BDC7CE

Color information

#BDC7CE (or 0xBDC7CE) is unknown color: approx Spindle. HEX triplet: BD, C7 and CE. RGB value is (189,199,206). Sum of RGB (Red+Green+Blue) = 189+199+206=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CE is #423831. Grayscale: #C4C4C4. Windows color (decimal): -4339762 or 13551549. OLE color: 13551549.

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

Color convert

RGB189199206-
CMYK0.080.0300.19
HSL204.71º14.78%77.45%-
HSV(B)204.71º8.25%80.78%-
XYZ52.5556.1266.46-
YUV196.81133.19122.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=31.82%
G=33.50%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891992060.080.0300.19204.7114.7877.45
HexBDC7CE83013cdf4d
Octal27530731610302331517115
Binary1011110111000111110011101000110100111100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7CE; }

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

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

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

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

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

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

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

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