Shades of Lavender Grey #B8BBCA
Tints of Lavender Grey #B8BBCA
RGB
CMYK
RGB Variations
Color information
#B8BBCA (or 0xB8BBCA) is known color: Lavender Grey. HEX triplet: B8, BB and CA. RGB value is (184,187,202). Sum of RGB (Red+Green+Blue) = 184+187+202=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBCA is #474435. Grayscale: #BBBBBB. Windows color (decimal): -4670518 or 13286328. OLE color: 13286328.
HSL color Cylindrical-coordinate representation of color #B8BBCA: hue angle of 230º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8BBCA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 187 | 202 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.21 |
| HSL | 230º | 0.15% | 0.76% | - |
| HSV(B) | 230º | 0.09% | 0.79% | - |
| XYZ | 48.2 | 50 | 62.99 | - |
| YUV | 187.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 202 | 0.09 | 0.07 | 0 | 0.21 | 230 | 0.15 | 0.76 |
| Hex | B8 | BB | CA | 9 | 7 | 0 | 15 | E6 | F | 4C |
| Octal | 270 | 273 | 312 | 11 | 7 | 0 | 25 | 346 | 17 | 114 |
| Binary | 10111000 | 10111011 | 11001010 | 1001 | 111 | 0 | 10101 | 11100110 | 1111 | 1001100 |
Color Harmonies of #B8BBCA
Complementary color
Monochromatic Colors of #B8BBCA
Black with #B8BBCA
Text Example
Text Example
White with #B8BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBCA; }
p { color: rgb(184,187,202); }
H1.HeaderClassName
{
color: #B8BBCA;
}
.AnyTagClassName
{
color: #B8BBCA;
}
</style>
background-color css
<style>
a { background-color: #B8BBCA; }
a { background-color: rgb(184,187,202); }
div.DivClassName
{
background-color: #B8BBCA;
}
.BgClassName
{
background-color: #B8BBCA;
}
</style>
border-color css
<style>
span { border-color: #B8BBCA; }
span { border-color: rgb(184,187,202); }
td.TdClassName
{
border-color: #B8BBCA;
}
.TagClassName
{
border-color: #B8BBCA;
}
</style>