Shades of Perano #BBC0E5
Tints of Perano #BBC0E5
RGB
CMYK
RGB Variations
Color information
#BBC0E5 (or 0xBBC0E5) is known color: Perano. HEX triplet: BB, C0 and E5. RGB value is (187,192,229). Sum of RGB (Red+Green+Blue) = 187+192+229=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0E5 is #443F1A. Grayscale: #C2C2C2. Windows color (decimal): -4472603 or 15057083. OLE color: 15057083.
HSL color Cylindrical-coordinate representation of color #BBC0E5: hue angle of 232.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC0E5 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 192 | 229 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.10 |
| HSL | 232.86º | 0.45% | 0.82% | - |
| HSV(B) | 232.86º | 0.18% | 0.9% | - |
| XYZ | 53.49 | 53.92 | 81.72 | - |
| YUV | 194.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 229 | 0.18 | 0.16 | 0 | 0.10 | 232.86 | 0.45 | 0.82 |
| Hex | BB | C0 | E5 | 12 | 10 | 0 | A | E9 | 2D | 52 |
| Octal | 273 | 300 | 345 | 22 | 20 | 0 | 12 | 351 | 55 | 122 |
| Binary | 10111011 | 11000000 | 11100101 | 10010 | 10000 | 0 | 1010 | 11101001 | 101101 | 1010010 |
Color Harmonies of #BBC0E5
Complementary color
Monochromatic Colors of #BBC0E5
Black with #BBC0E5
Text Example
Text Example
White with #BBC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0E5; }
p { color: rgb(187,192,229); }
H1.HeaderClassName
{
color: #BBC0E5;
}
.AnyTagClassName
{
color: #BBC0E5;
}
</style>
background-color css
<style>
a { background-color: #BBC0E5; }
a { background-color: rgb(187,192,229); }
div.DivClassName
{
background-color: #BBC0E5;
}
.BgClassName
{
background-color: #BBC0E5;
}
</style>
border-color css
<style>
span { border-color: #BBC0E5; }
span { border-color: rgb(187,192,229); }
td.TdClassName
{
border-color: #BBC0E5;
}
.TagClassName
{
border-color: #BBC0E5;
}
</style>