#B5BDC9

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

Shades of Spindle #B5BDC9

Tints of Spindle #B5BDC9

Color information

#B5BDC9 (or 0xB5BDC9) is unknown color: approx Spindle. HEX triplet: B5, BD and C9. RGB value is (181,189,201). Sum of RGB (Red+Green+Blue) = 181+189+201=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDC9 is #4A4236. Grayscale: #BBBBBB. Windows color (decimal): -4866615 or 13221301. OLE color: 13221301.

HSL color Cylindrical-coordinate representation of color #B5BDC9: hue angle of 216º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5BDC9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181189201-
CMYK0.100.0600.21
HSL216º15.62%74.9%-
HSV(B)216º9.95%78.82%-
XYZ47.850.4462.47-
YUV187.98135.35123.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=31.70%
G=33.10%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811892010.100.0600.2121615.6274.9
HexB5BDC9A6015d8104b
Octal26527531112602533020113
Binary101101011011110111001001101011001010111011000100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDC9; }

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

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

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

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

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

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

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

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