#BDC9D6

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

Shades of Spindle #BDC9D6

Tints of Spindle #BDC9D6

Color information

#BDC9D6 (or 0xBDC9D6) is unknown color: approx Spindle. HEX triplet: BD, C9 and D6. RGB value is (189,201,214). Sum of RGB (Red+Green+Blue) = 189+201+214=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D6 is #423629. Grayscale: #C6C6C6. Windows color (decimal): -4339242 or 14076349. OLE color: 14076349.

HSL color Cylindrical-coordinate representation of color #BDC9D6: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC9D6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189201214-
CMYK0.120.0600.16
HSL211.2º23.36%79.02%-
HSV(B)211.2º11.68%83.92%-
XYZ54.0157.4571.86-
YUV198.89136.52120.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=31.29%
G=33.28%
B=35.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892012140.120.0600.16211.223.3679.02
HexBDC9D6C6010d3174f
Octal27531132614602032327117
Binary101111011100100111010110110011001000011010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9D6; }

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

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

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

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

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

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

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

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