Shades of Perano #B0BBE4
Tints of Perano #B0BBE4
RGB
CMYK
RGB Variations
Color information
#B0BBE4 (or 0xB0BBE4) is known color: Perano. HEX triplet: B0, BB and E4. RGB value is (176,187,228). Sum of RGB (Red+Green+Blue) = 176+187+228=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0BBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBE4 is #4F441B. Grayscale: #BCBCBC. Windows color (decimal): -5194780 or 14990256. OLE color: 14990256.
HSL color Cylindrical-coordinate representation of color #B0BBE4: hue angle of 227.31º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0BBE4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 187 | 228 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.11 |
| HSL | 227.31º | 0.49% | 0.79% | - |
| HSV(B) | 227.31º | 0.23% | 0.89% | - |
| XYZ | 49.68 | 50.37 | 80.5 | - |
| YUV | 188.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 228 | 0.23 | 0.18 | 0 | 0.11 | 227.31 | 0.49 | 0.79 |
| Hex | B0 | BB | E4 | 17 | 12 | 0 | B | E3 | 31 | 4F |
| Octal | 260 | 273 | 344 | 27 | 22 | 0 | 13 | 343 | 61 | 117 |
| Binary | 10110000 | 10111011 | 11100100 | 10111 | 10010 | 0 | 1011 | 11100011 | 110001 | 1001111 |
Color Harmonies of #B0BBE4
Complementary color
Monochromatic Colors of #B0BBE4
Black with #B0BBE4
Text Example
Text Example
White with #B0BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBE4; }
p { color: rgb(176,187,228); }
H1.HeaderClassName
{
color: #B0BBE4;
}
.AnyTagClassName
{
color: #B0BBE4;
}
</style>
background-color css
<style>
a { background-color: #B0BBE4; }
a { background-color: rgb(176,187,228); }
div.DivClassName
{
background-color: #B0BBE4;
}
.BgClassName
{
background-color: #B0BBE4;
}
</style>
border-color css
<style>
span { border-color: #B0BBE4; }
span { border-color: rgb(176,187,228); }
td.TdClassName
{
border-color: #B0BBE4;
}
.TagClassName
{
border-color: #B0BBE4;
}
</style>