Shades of Perano #BBC0F1
Tints of Perano #BBC0F1
RGB
CMYK
RGB Variations
Color information
#BBC0F1 (or 0xBBC0F1) is known color: Perano. HEX triplet: BB, C0 and F1. RGB value is (187,192,241). Sum of RGB (Red+Green+Blue) = 187+192+241=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBC0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F1 is #443F0E. Grayscale: #C3C3C3. Windows color (decimal): -4472591 or 15843515. OLE color: 15843515.
HSL color Cylindrical-coordinate representation of color #BBC0F1: hue angle of 234.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC0F1 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 192 | 241 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.05 |
| HSL | 234.44º | 0.66% | 0.84% | - |
| HSV(B) | 234.44º | 0.22% | 0.95% | - |
| XYZ | 55.22 | 54.61 | 90.85 | - |
| YUV | 196.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 241 | 0.22 | 0.20 | 0 | 0.05 | 234.44 | 0.66 | 0.84 |
| Hex | BB | C0 | F1 | 16 | 14 | 0 | 5 | EA | 42 | 54 |
| Octal | 273 | 300 | 361 | 26 | 24 | 0 | 5 | 352 | 102 | 124 |
| Binary | 10111011 | 11000000 | 11110001 | 10110 | 10100 | 0 | 101 | 11101010 | 1000010 | 1010100 |
Color Harmonies of #BBC0F1
Complementary color
Monochromatic Colors of #BBC0F1
Black with #BBC0F1
Text Example
Text Example
White with #BBC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0F1; }
p { color: rgb(187,192,241); }
H1.HeaderClassName
{
color: #BBC0F1;
}
.AnyTagClassName
{
color: #BBC0F1;
}
</style>
background-color css
<style>
a { background-color: #BBC0F1; }
a { background-color: rgb(187,192,241); }
div.DivClassName
{
background-color: #BBC0F1;
}
.BgClassName
{
background-color: #BBC0F1;
}
</style>
border-color css
<style>
span { border-color: #BBC0F1; }
span { border-color: rgb(187,192,241); }
td.TdClassName
{
border-color: #BBC0F1;
}
.TagClassName
{
border-color: #BBC0F1;
}
</style>