#BDCAD8

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

Shades of Spindle #BDCAD8

Tints of Spindle #BDCAD8

Color information

#BDCAD8 (or 0xBDCAD8) is unknown color: approx Spindle. HEX triplet: BD, CA and D8. RGB value is (189,202,216). Sum of RGB (Red+Green+Blue) = 189+202+216=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD8 is #423527. Grayscale: #C7C7C7. Windows color (decimal): -4338984 or 14207677. OLE color: 14207677.

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

Color convert

RGB189202216-
CMYK0.120.0600.15
HSL211.11º25.71%79.41%-
HSV(B)211.11º12.5%84.71%-
XYZ54.558.0273.29-
YUV199.71137.19120.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=31.14%
G=33.28%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892022160.120.0600.15211.1125.7179.41
HexBDCAD8C60Fd31a4f
Octal27531233014601732332117
Binary10111101110010101101100011001100111111010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAD8; }

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

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

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

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

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

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

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

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