Shades of Perano #BBC0F4
Tints of Perano #BBC0F4
RGB
CMYK
RGB Variations
Color information
#BBC0F4 (or 0xBBC0F4) is known color: Perano. HEX triplet: BB, C0 and F4. RGB value is (187,192,244). Sum of RGB (Red+Green+Blue) = 187+192+244=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBC0F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F4 is #443F0B. Grayscale: #C4C4C4. Windows color (decimal): -4472588 or 16040123. OLE color: 16040123.
HSL color Cylindrical-coordinate representation of color #BBC0F4: hue angle of 234.74º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC0F4 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 192 | 244 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.04 |
| HSL | 234.74º | 0.72% | 0.85% | - |
| HSV(B) | 234.74º | 0.23% | 0.96% | - |
| XYZ | 55.67 | 54.8 | 93.23 | - |
| YUV | 196.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 244 | 0.23 | 0.21 | 0 | 0.04 | 234.74 | 0.72 | 0.85 |
| Hex | BB | C0 | F4 | 17 | 15 | 0 | 4 | EB | 48 | 55 |
| Octal | 273 | 300 | 364 | 27 | 25 | 0 | 4 | 353 | 110 | 125 |
| Binary | 10111011 | 11000000 | 11110100 | 10111 | 10101 | 0 | 100 | 11101011 | 1001000 | 1010101 |
Color Harmonies of #BBC0F4
Complementary color
Monochromatic Colors of #BBC0F4
Black with #BBC0F4
Text Example
Text Example
White with #BBC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0F4; }
p { color: rgb(187,192,244); }
H1.HeaderClassName
{
color: #BBC0F4;
}
.AnyTagClassName
{
color: #BBC0F4;
}
</style>
background-color css
<style>
a { background-color: #BBC0F4; }
a { background-color: rgb(187,192,244); }
div.DivClassName
{
background-color: #BBC0F4;
}
.BgClassName
{
background-color: #BBC0F4;
}
</style>
border-color css
<style>
span { border-color: #BBC0F4; }
span { border-color: rgb(187,192,244); }
td.TdClassName
{
border-color: #BBC0F4;
}
.TagClassName
{
border-color: #BBC0F4;
}
</style>