Shades of Perano #BBC0E0
Tints of Perano #BBC0E0
RGB
CMYK
RGB Variations
Color information
#BBC0E0 (or 0xBBC0E0) is known color: Perano. HEX triplet: BB, C0 and E0. RGB value is (187,192,224). Sum of RGB (Red+Green+Blue) = 187+192+224=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0E0 is #443F1F. Grayscale: #C2C2C2. Windows color (decimal): -4472608 or 14729403. OLE color: 14729403.
HSL color Cylindrical-coordinate representation of color #BBC0E0: hue angle of 231.89º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC0E0 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 192 | 224 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.12 |
| HSL | 231.89º | 0.37% | 0.81% | - |
| HSV(B) | 231.89º | 0.17% | 0.88% | - |
| XYZ | 52.8 | 53.65 | 78.09 | - |
| YUV | 194.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 224 | 0.17 | 0.14 | 0 | 0.12 | 231.89 | 0.37 | 0.81 |
| Hex | BB | C0 | E0 | 11 | E | 0 | C | E8 | 25 | 51 |
| Octal | 273 | 300 | 340 | 21 | 16 | 0 | 14 | 350 | 45 | 121 |
| Binary | 10111011 | 11000000 | 11100000 | 10001 | 1110 | 0 | 1100 | 11101000 | 100101 | 1010001 |
Color Harmonies of #BBC0E0
Complementary color
Monochromatic Colors of #BBC0E0
Black with #BBC0E0
Text Example
Text Example
White with #BBC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0E0; }
p { color: rgb(187,192,224); }
H1.HeaderClassName
{
color: #BBC0E0;
}
.AnyTagClassName
{
color: #BBC0E0;
}
</style>
background-color css
<style>
a { background-color: #BBC0E0; }
a { background-color: rgb(187,192,224); }
div.DivClassName
{
background-color: #BBC0E0;
}
.BgClassName
{
background-color: #BBC0E0;
}
</style>
border-color css
<style>
span { border-color: #BBC0E0; }
span { border-color: rgb(187,192,224); }
td.TdClassName
{
border-color: #BBC0E0;
}
.TagClassName
{
border-color: #BBC0E0;
}
</style>