Shades of Perano #BBC2F0
Tints of Perano #BBC2F0
RGB
CMYK
RGB Variations
Color information
#BBC2F0 (or 0xBBC2F0) is known color: Perano. HEX triplet: BB, C2 and F0. RGB value is (187,194,240). Sum of RGB (Red+Green+Blue) = 187+194+240=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F0 is #443D0F. Grayscale: #C4C4C4. Windows color (decimal): -4472080 or 15778491. OLE color: 15778491.
HSL color Cylindrical-coordinate representation of color #BBC2F0: hue angle of 232.08º degrees, saturation: 0.64, 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 #BBC2F0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 194 | 240 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 232.08º | 0.64% | 0.84% | - |
| HSV(B) | 232.08º | 0.22% | 0.94% | - |
| XYZ | 55.51 | 55.44 | 90.21 | - |
| YUV | 197.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 240 | 0.22 | 0.19 | 0 | 0.06 | 232.08 | 0.64 | 0.84 |
| Hex | BB | C2 | F0 | 16 | 13 | 0 | 6 | E8 | 40 | 54 |
| Octal | 273 | 302 | 360 | 26 | 23 | 0 | 6 | 350 | 100 | 124 |
| Binary | 10111011 | 11000010 | 11110000 | 10110 | 10011 | 0 | 110 | 11101000 | 1000000 | 1010100 |
Color Harmonies of #BBC2F0
Complementary color
Monochromatic Colors of #BBC2F0
Black with #BBC2F0
Text Example
Text Example
White with #BBC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2F0; }
p { color: rgb(187,194,240); }
H1.HeaderClassName
{
color: #BBC2F0;
}
.AnyTagClassName
{
color: #BBC2F0;
}
</style>
background-color css
<style>
a { background-color: #BBC2F0; }
a { background-color: rgb(187,194,240); }
div.DivClassName
{
background-color: #BBC2F0;
}
.BgClassName
{
background-color: #BBC2F0;
}
</style>
border-color css
<style>
span { border-color: #BBC2F0; }
span { border-color: rgb(187,194,240); }
td.TdClassName
{
border-color: #BBC2F0;
}
.TagClassName
{
border-color: #BBC2F0;
}
</style>