Shades of Spindle #B5BEC9
Tints of Spindle #B5BEC9
RGB
CMYK
RGB Variations
Color information
#B5BEC9 (or 0xB5BEC9) is known color: 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
RGB | 181 | 190 | 201 | - |
CMYK | 0.10 | 0.05 | 0 | 0.21 |
HSL | 213º | 0.16% | 0.75% | - |
HSV(B) | 213º | 0.1% | 0.79% | - |
XYZ | 48.01 | 50.87 | 62.55 | - |
YUV | 188.56 | 135.02 | 122.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 201 | 0.10 | 0.05 | 0 | 0.21 | 213 | 0.16 | 0.75 |
Hex | B5 | BE | C9 | A | 5 | 0 | 15 | D5 | 10 | 4B |
Octal | 265 | 276 | 311 | 12 | 5 | 0 | 25 | 325 | 20 | 113 |
Binary | 10110101 | 10111110 | 11001001 | 1010 | 101 | 0 | 10101 | 11010101 | 10000 | 1001011 |
Color Harmonies of #B5BEC9
Complementary color
Monochromatic Colors of #B5BEC9
Black with #B5BEC9
Text Example
Text Example
White with #B5BEC9
Text Example
Text Example
HTML Codes & Css Web 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>