Shades of Perano #BBC2EE
Tints of Perano #BBC2EE
RGB
CMYK
RGB Variations
Color information
#BBC2EE (or 0xBBC2EE) is known color: Perano. HEX triplet: BB, C2 and EE. RGB value is (187,194,238). Sum of RGB (Red+Green+Blue) = 187+194+238=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EE is #443D11. Grayscale: #C4C4C4. Windows color (decimal): -4472082 or 15647419. OLE color: 15647419.
HSL color Cylindrical-coordinate representation of color #BBC2EE: hue angle of 231.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC2EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 194 | 238 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 231.76º | 0.6% | 0.83% | - |
| HSV(B) | 231.76º | 0.21% | 0.93% | - |
| XYZ | 55.22 | 55.32 | 88.66 | - |
| YUV | 196.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 238 | 0.21 | 0.18 | 0 | 0.07 | 231.76 | 0.6 | 0.83 |
| Hex | BB | C2 | EE | 15 | 12 | 0 | 7 | E8 | 3C | 53 |
| Octal | 273 | 302 | 356 | 25 | 22 | 0 | 7 | 350 | 74 | 123 |
| Binary | 10111011 | 11000010 | 11101110 | 10101 | 10010 | 0 | 111 | 11101000 | 111100 | 1010011 |
Color Harmonies of #BBC2EE
Complementary color
Monochromatic Colors of #BBC2EE
Black with #BBC2EE
Text Example
Text Example
White with #BBC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2EE; }
p { color: rgb(187,194,238); }
H1.HeaderClassName
{
color: #BBC2EE;
}
.AnyTagClassName
{
color: #BBC2EE;
}
</style>
background-color css
<style>
a { background-color: #BBC2EE; }
a { background-color: rgb(187,194,238); }
div.DivClassName
{
background-color: #BBC2EE;
}
.BgClassName
{
background-color: #BBC2EE;
}
</style>
border-color css
<style>
span { border-color: #BBC2EE; }
span { border-color: rgb(187,194,238); }
td.TdClassName
{
border-color: #BBC2EE;
}
.TagClassName
{
border-color: #BBC2EE;
}
</style>