#B5BEC9

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

Shades of Spindle #B5BEC9

Tints of Spindle #B5BEC9

Color information

#B5BEC9 (or 0xB5BEC9) is unknown color: approx Spindle. HEX triplet: B5, BE and C9. RGB value is (181,190,201). Sum of RGB (Red+Green+Blue) = 181+190+201=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5BEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEC9 is #4A4136. Grayscale: #BCBCBC. Windows color (decimal): -4866359 or 13221557. OLE color: 13221557.

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

Color convert

RGB181190201-
CMYK0.100.0500.21
HSL213º15.62%74.9%-
HSV(B)213º9.95%78.82%-
XYZ48.0150.8762.55-
YUV188.56135.02122.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=31.64%
G=33.22%
B=35.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811902010.100.0500.2121315.6274.9
HexB5BEC9A5015d5104b
Octal26527631112502532520113
Binary101101011011111011001001101010101010111010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEC9; }

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

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

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

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

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

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

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

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