#BDC9D5

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

Shades of Spindle #BDC9D5

Tints of Spindle #BDC9D5

Color information

#BDC9D5 (or 0xBDC9D5) is unknown color: approx Spindle. HEX triplet: BD, C9 and D5. RGB value is (189,201,213). Sum of RGB (Red+Green+Blue) = 189+201+213=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D5 is #42362A. Grayscale: #C6C6C6. Windows color (decimal): -4339243 or 14010813. OLE color: 14010813.

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

Color convert

RGB189201213-
CMYK0.110.0600.16
HSL210º22.22%78.82%-
HSV(B)210º11.27%83.53%-
XYZ53.8857.471.19-
YUV198.78136.02121.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=31.34%
G=33.33%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892012130.110.0600.1621022.2278.82
HexBDC9D5B6010d2164f
Octal27531132513602032226117
Binary101111011100100111010101101111001000011010010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9D5; }

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

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

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

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

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

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

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

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