Shades of Heather #B5BEC4
Tints of Heather #B5BEC4
RGB
CMYK
RGB Variations
Color information
#B5BEC4 (or 0xB5BEC4) is known color: Heather. HEX triplet: B5, BE and C4. RGB value is (181,190,196). Sum of RGB (Red+Green+Blue) = 181+190+196=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEC4 is #4A413B. Grayscale: #BBBBBB. Windows color (decimal): -4866364 or 12893877. OLE color: 12893877.
HSL color Cylindrical-coordinate representation of color #B5BEC4: hue angle of 204º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5BEC4 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 181 | 190 | 196 | - |
CMYK | 0.08 | 0.03 | 0 | 0.23 |
HSL | 204º | 0.11% | 0.74% | - |
HSV(B) | 204º | 0.08% | 0.77% | - |
XYZ | 47.43 | 50.64 | 59.5 | - |
YUV | 187.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 196 | 0.08 | 0.03 | 0 | 0.23 | 204 | 0.11 | 0.74 |
Hex | B5 | BE | C4 | 8 | 3 | 0 | 17 | CC | B | 4A |
Octal | 265 | 276 | 304 | 10 | 3 | 0 | 27 | 314 | 13 | 112 |
Binary | 10110101 | 10111110 | 11000100 | 1000 | 11 | 0 | 10111 | 11001100 | 1011 | 1001010 |
Color Harmonies of #B5BEC4
Complementary color
Monochromatic Colors of #B5BEC4
Black with #B5BEC4
Text Example
Text Example
White with #B5BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEC4; }
p { color: rgb(181,190,196); }
H1.HeaderClassName
{
color: #B5BEC4;
}
.AnyTagClassName
{
color: #B5BEC4;
}
</style>
background-color css
<style>
a { background-color: #B5BEC4; }
a { background-color: rgb(181,190,196); }
div.DivClassName
{
background-color: #B5BEC4;
}
.BgClassName
{
background-color: #B5BEC4;
}
</style>
border-color css
<style>
span { border-color: #B5BEC4; }
span { border-color: rgb(181,190,196); }
td.TdClassName
{
border-color: #B5BEC4;
}
.TagClassName
{
border-color: #B5BEC4;
}
</style>