#BDCAD5

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

Shades of Spindle #BDCAD5

Tints of Spindle #BDCAD5

Color information

#BDCAD5 (or 0xBDCAD5) is unknown color: approx Spindle. HEX triplet: BD, CA and D5. RGB value is (189,202,213). Sum of RGB (Red+Green+Blue) = 189+202+213=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD5 is #42352A. Grayscale: #C7C7C7. Windows color (decimal): -4338987 or 14011069. OLE color: 14011069.

HSL color Cylindrical-coordinate representation of color #BDCAD5: hue angle of 207.5º 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 #BDCAD5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189202213-
CMYK0.110.0500.16
HSL207.5º22.22%78.82%-
HSV(B)207.5º11.27%83.53%-
XYZ54.1257.8671.27-
YUV199.37135.69120.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=31.29%
G=33.44%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892022130.110.0500.16207.522.2278.82
HexBDCAD5B5010d0164f
Octal27531232513502032026117
Binary101111011100101011010101101110101000011010000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAD5; }

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

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

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

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

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

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

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

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