#BDCAD6

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

Shades of Spindle #BDCAD6

Tints of Spindle #BDCAD6

Color information

#BDCAD6 (or 0xBDCAD6) is unknown color: approx Spindle. HEX triplet: BD, CA and D6. RGB value is (189,202,214). Sum of RGB (Red+Green+Blue) = 189+202+214=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD6 is #423529. Grayscale: #C7C7C7. Windows color (decimal): -4338986 or 14076605. OLE color: 14076605.

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

Color convert

RGB189202214-
CMYK0.120.0600.16
HSL208.8º23.36%79.02%-
HSV(B)208.8º11.68%83.92%-
XYZ54.2457.9171.94-
YUV199.48136.19120.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=31.24%
G=33.39%
B=35.37%

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
Decimal1892022140.120.0600.16208.823.3679.02
HexBDCAD6C6010d1174f
Octal27531232614602032127117
Binary101111011100101011010110110011001000011010001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAD6; }

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

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

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

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

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

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

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

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