Shades of Perano #B3BBE8
Tints of Perano #B3BBE8
RGB
CMYK
RGB Variations
Color information
#B3BBE8 (or 0xB3BBE8) is known color: Perano. HEX triplet: B3, BB and E8. RGB value is (179,187,232). Sum of RGB (Red+Green+Blue) = 179+187+232=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #B3BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBE8 is #4C4417. Grayscale: #BDBDBD. Windows color (decimal): -4998168 or 15252403. OLE color: 15252403.
HSL color Cylindrical-coordinate representation of color #B3BBE8: hue angle of 230.94º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3BBE8 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 187 | 232 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.09 |
| HSL | 230.94º | 0.54% | 0.81% | - |
| HSV(B) | 230.94º | 0.23% | 0.91% | - |
| XYZ | 50.93 | 50.95 | 83.49 | - |
| YUV | 189.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 232 | 0.23 | 0.19 | 0 | 0.09 | 230.94 | 0.54 | 0.81 |
| Hex | B3 | BB | E8 | 17 | 13 | 0 | 9 | E7 | 36 | 51 |
| Octal | 263 | 273 | 350 | 27 | 23 | 0 | 11 | 347 | 66 | 121 |
| Binary | 10110011 | 10111011 | 11101000 | 10111 | 10011 | 0 | 1001 | 11100111 | 110110 | 1010001 |
Color Harmonies of #B3BBE8
Complementary color
Monochromatic Colors of #B3BBE8
Black with #B3BBE8
Text Example
Text Example
White with #B3BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBE8; }
p { color: rgb(179,187,232); }
H1.HeaderClassName
{
color: #B3BBE8;
}
.AnyTagClassName
{
color: #B3BBE8;
}
</style>
background-color css
<style>
a { background-color: #B3BBE8; }
a { background-color: rgb(179,187,232); }
div.DivClassName
{
background-color: #B3BBE8;
}
.BgClassName
{
background-color: #B3BBE8;
}
</style>
border-color css
<style>
span { border-color: #B3BBE8; }
span { border-color: rgb(179,187,232); }
td.TdClassName
{
border-color: #B3BBE8;
}
.TagClassName
{
border-color: #B3BBE8;
}
</style>