Shades of Perano #BBC1F2
Tints of Perano #BBC1F2
RGB
CMYK
RGB Variations
Color information
#BBC1F2 (or 0xBBC1F2) is known color: Perano. HEX triplet: BB, C1 and F2. RGB value is (187,193,242). Sum of RGB (Red+Green+Blue) = 187+193+242=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1F2 is #443E0D. Grayscale: #C4C4C4. Windows color (decimal): -4472334 or 15909307. OLE color: 15909307.
HSL color Cylindrical-coordinate representation of color #BBC1F2: hue angle of 233.45º 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 #BBC1F2 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 193 | 242 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.05 |
| HSL | 233.45º | 0.68% | 0.84% | - |
| HSV(B) | 233.45º | 0.23% | 0.95% | - |
| XYZ | 55.59 | 55.12 | 91.71 | - |
| YUV | 196.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 242 | 0.23 | 0.20 | 0 | 0.05 | 233.45 | 0.68 | 0.84 |
| Hex | BB | C1 | F2 | 17 | 14 | 0 | 5 | E9 | 44 | 54 |
| Octal | 273 | 301 | 362 | 27 | 24 | 0 | 5 | 351 | 104 | 124 |
| Binary | 10111011 | 11000001 | 11110010 | 10111 | 10100 | 0 | 101 | 11101001 | 1000100 | 1010100 |
Color Harmonies of #BBC1F2
Complementary color
Monochromatic Colors of #BBC1F2
Black with #BBC1F2
Text Example
Text Example
White with #BBC1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1F2; }
p { color: rgb(187,193,242); }
H1.HeaderClassName
{
color: #BBC1F2;
}
.AnyTagClassName
{
color: #BBC1F2;
}
</style>
background-color css
<style>
a { background-color: #BBC1F2; }
a { background-color: rgb(187,193,242); }
div.DivClassName
{
background-color: #BBC1F2;
}
.BgClassName
{
background-color: #BBC1F2;
}
</style>
border-color css
<style>
span { border-color: #BBC1F2; }
span { border-color: rgb(187,193,242); }
td.TdClassName
{
border-color: #BBC1F2;
}
.TagClassName
{
border-color: #BBC1F2;
}
</style>