Shades of Perano #BBC2F2
Tints of Perano #BBC2F2
RGB
CMYK
RGB Variations
Color information
#BBC2F2 (or 0xBBC2F2) is known color: Perano. HEX triplet: BB, C2 and F2. RGB value is (187,194,242). Sum of RGB (Red+Green+Blue) = 187+194+242=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F2 is #443D0D. Grayscale: #C5C5C5. Windows color (decimal): -4472078 or 15909563. OLE color: 15909563.
HSL color Cylindrical-coordinate representation of color #BBC2F2: hue angle of 232.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC2F2 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 194 | 242 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.05 |
| HSL | 232.36º | 0.68% | 0.84% | - |
| HSV(B) | 232.36º | 0.23% | 0.95% | - |
| XYZ | 55.81 | 55.56 | 91.79 | - |
| YUV | 197.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 242 | 0.23 | 0.20 | 0 | 0.05 | 232.36 | 0.68 | 0.84 |
| Hex | BB | C2 | F2 | 17 | 14 | 0 | 5 | E8 | 44 | 54 |
| Octal | 273 | 302 | 362 | 27 | 24 | 0 | 5 | 350 | 104 | 124 |
| Binary | 10111011 | 11000010 | 11110010 | 10111 | 10100 | 0 | 101 | 11101000 | 1000100 | 1010100 |
Color Harmonies of #BBC2F2
Complementary color
Monochromatic Colors of #BBC2F2
Black with #BBC2F2
Text Example
Text Example
White with #BBC2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2F2; }
p { color: rgb(187,194,242); }
H1.HeaderClassName
{
color: #BBC2F2;
}
.AnyTagClassName
{
color: #BBC2F2;
}
</style>
background-color css
<style>
a { background-color: #BBC2F2; }
a { background-color: rgb(187,194,242); }
div.DivClassName
{
background-color: #BBC2F2;
}
.BgClassName
{
background-color: #BBC2F2;
}
</style>
border-color css
<style>
span { border-color: #BBC2F2; }
span { border-color: rgb(187,194,242); }
td.TdClassName
{
border-color: #BBC2F2;
}
.TagClassName
{
border-color: #BBC2F2;
}
</style>