Shades of Perano #B8BBEC
Tints of Perano #B8BBEC
RGB
CMYK
RGB Variations
Color information
#B8BBEC (or 0xB8BBEC) is known color: Perano. HEX triplet: B8, BB and EC. RGB value is (184,187,236). Sum of RGB (Red+Green+Blue) = 184+187+236=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBEC is #474413. Grayscale: #BFBFBF. Windows color (decimal): -4670484 or 15514552. OLE color: 15514552.
HSL color Cylindrical-coordinate representation of color #B8BBEC: hue angle of 236.54º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8BBEC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 187 | 236 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.07 |
| HSL | 236.54º | 0.58% | 0.82% | - |
| HSV(B) | 236.54º | 0.22% | 0.93% | - |
| XYZ | 52.68 | 51.79 | 86.58 | - |
| YUV | 191.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 236 | 0.22 | 0.21 | 0 | 0.07 | 236.54 | 0.58 | 0.82 |
| Hex | B8 | BB | EC | 16 | 15 | 0 | 7 | ED | 3A | 52 |
| Octal | 270 | 273 | 354 | 26 | 25 | 0 | 7 | 355 | 72 | 122 |
| Binary | 10111000 | 10111011 | 11101100 | 10110 | 10101 | 0 | 111 | 11101101 | 111010 | 1010010 |
Color Harmonies of #B8BBEC
Complementary color
Monochromatic Colors of #B8BBEC
Black with #B8BBEC
Text Example
Text Example
White with #B8BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBEC; }
p { color: rgb(184,187,236); }
H1.HeaderClassName
{
color: #B8BBEC;
}
.AnyTagClassName
{
color: #B8BBEC;
}
</style>
background-color css
<style>
a { background-color: #B8BBEC; }
a { background-color: rgb(184,187,236); }
div.DivClassName
{
background-color: #B8BBEC;
}
.BgClassName
{
background-color: #B8BBEC;
}
</style>
border-color css
<style>
span { border-color: #B8BBEC; }
span { border-color: rgb(184,187,236); }
td.TdClassName
{
border-color: #B8BBEC;
}
.TagClassName
{
border-color: #B8BBEC;
}
</style>