#BDCAD1

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

Shades of Spindle #BDCAD1

Tints of Spindle #BDCAD1

Color information

#BDCAD1 (or 0xBDCAD1) is unknown color: approx Spindle. HEX triplet: BD, CA and D1. RGB value is (189,202,209). Sum of RGB (Red+Green+Blue) = 189+202+209=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD1 is #42352E. Grayscale: #C6C6C6. Windows color (decimal): -4338991 or 13748925. OLE color: 13748925.

HSL color Cylindrical-coordinate representation of color #BDCAD1: hue angle of 201º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCAD1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189202209-
CMYK0.100.0300.18
HSL201º17.86%78.04%-
HSV(B)201º9.57%81.96%-
XYZ53.6257.6668.63-
YUV198.91133.69120.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=31.5%
G=33.67%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892022090.100.0300.1820117.8678.04
HexBDCAD1A3012c9124e
Octal27531232112302231122116
Binary10111101110010101101000110101101001011001001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAD1; }

 p { color: rgb(189,202,209); }

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

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

 a { background-color: rgb(189,202,209); }

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

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

 span { border-color: rgb(189,202,209); }

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