Shades of Perano #BBC0E8
Tints of Perano #BBC0E8
RGB
CMYK
RGB Variations
Color information
#BBC0E8 (or 0xBBC0E8) is known color: Perano. HEX triplet: BB, C0 and E8. RGB value is (187,192,232). Sum of RGB (Red+Green+Blue) = 187+192+232=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBC0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0E8 is #443F17. Grayscale: #C2C2C2. Windows color (decimal): -4472600 or 15253691. OLE color: 15253691.
HSL color Cylindrical-coordinate representation of color #BBC0E8: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC0E8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 192 | 232 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.09 |
| HSL | 233.33º | 0.49% | 0.82% | - |
| HSV(B) | 233.33º | 0.19% | 0.91% | - |
| XYZ | 53.91 | 54.09 | 83.94 | - |
| YUV | 195.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 232 | 0.19 | 0.17 | 0 | 0.09 | 233.33 | 0.49 | 0.82 |
| Hex | BB | C0 | E8 | 13 | 11 | 0 | 9 | E9 | 31 | 52 |
| Octal | 273 | 300 | 350 | 23 | 21 | 0 | 11 | 351 | 61 | 122 |
| Binary | 10111011 | 11000000 | 11101000 | 10011 | 10001 | 0 | 1001 | 11101001 | 110001 | 1010010 |
Color Harmonies of #BBC0E8
Complementary color
Monochromatic Colors of #BBC0E8
Black with #BBC0E8
Text Example
Text Example
White with #BBC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0E8; }
p { color: rgb(187,192,232); }
H1.HeaderClassName
{
color: #BBC0E8;
}
.AnyTagClassName
{
color: #BBC0E8;
}
</style>
background-color css
<style>
a { background-color: #BBC0E8; }
a { background-color: rgb(187,192,232); }
div.DivClassName
{
background-color: #BBC0E8;
}
.BgClassName
{
background-color: #BBC0E8;
}
</style>
border-color css
<style>
span { border-color: #BBC0E8; }
span { border-color: rgb(187,192,232); }
td.TdClassName
{
border-color: #BBC0E8;
}
.TagClassName
{
border-color: #BBC0E8;
}
</style>