#BDC2C9

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

Shades of Spindle #BDC2C9

Tints of Spindle #BDC2C9

Color information

#BDC2C9 (or 0xBDC2C9) is unknown color: approx Spindle. HEX triplet: BD, C2 and C9. RGB value is (189,194,201). Sum of RGB (Red+Green+Blue) = 189+194+201=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C9 is #423D36. Grayscale: #C1C1C1. Windows color (decimal): -4341047 or 13222589. OLE color: 13222589.

HSL color Cylindrical-coordinate representation of color #BDC2C9: hue angle of 215º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC2C9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189194201-
CMYK0.060.0300.21
HSL215º10%76.47%-
HSV(B)215º5.97%78.82%-
XYZ50.8253.6262.93-
YUV193.3132.34124.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=32.36%
G=33.22%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891942010.060.0300.212151076.47
HexBDC2C963015d7a4c
Octal2753023116302532712114
Binary101111011100001011001001110110101011101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2C9; }

 p { color: rgb(189,194,201); }

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

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

 a { background-color: rgb(189,194,201); }

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

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

 span { border-color: rgb(189,194,201); }

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