Shades of Perano #BBC2EF
Tints of Perano #BBC2EF
RGB
CMYK
RGB Variations
Color information
#BBC2EF (or 0xBBC2EF) is known color: Perano. HEX triplet: BB, C2 and EF. RGB value is (187,194,239). Sum of RGB (Red+Green+Blue) = 187+194+239=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EF is #443D10. Grayscale: #C4C4C4. Windows color (decimal): -4472081 or 15712955. OLE color: 15712955.
HSL color Cylindrical-coordinate representation of color #BBC2EF: hue angle of 231.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC2EF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 194 | 239 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 231.92º | 0.62% | 0.84% | - |
| HSV(B) | 231.92º | 0.22% | 0.94% | - |
| XYZ | 55.37 | 55.38 | 89.43 | - |
| YUV | 197.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 239 | 0.22 | 0.19 | 0 | 0.06 | 231.92 | 0.62 | 0.84 |
| Hex | BB | C2 | EF | 16 | 13 | 0 | 6 | E8 | 3E | 54 |
| Octal | 273 | 302 | 357 | 26 | 23 | 0 | 6 | 350 | 76 | 124 |
| Binary | 10111011 | 11000010 | 11101111 | 10110 | 10011 | 0 | 110 | 11101000 | 111110 | 1010100 |
Color Harmonies of #BBC2EF
Complementary color
Monochromatic Colors of #BBC2EF
Black with #BBC2EF
Text Example
Text Example
White with #BBC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2EF; }
p { color: rgb(187,194,239); }
H1.HeaderClassName
{
color: #BBC2EF;
}
.AnyTagClassName
{
color: #BBC2EF;
}
</style>
background-color css
<style>
a { background-color: #BBC2EF; }
a { background-color: rgb(187,194,239); }
div.DivClassName
{
background-color: #BBC2EF;
}
.BgClassName
{
background-color: #BBC2EF;
}
</style>
border-color css
<style>
span { border-color: #BBC2EF; }
span { border-color: rgb(187,194,239); }
td.TdClassName
{
border-color: #BBC2EF;
}
.TagClassName
{
border-color: #BBC2EF;
}
</style>