Shades of Perano #BBC0F3
Tints of Perano #BBC0F3
RGB
CMYK
RGB Variations
Color information
#BBC0F3 (or 0xBBC0F3) is known color: Perano. HEX triplet: BB, C0 and F3. RGB value is (187,192,243). Sum of RGB (Red+Green+Blue) = 187+192+243=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F3 is #443F0C. Grayscale: #C4C4C4. Windows color (decimal): -4472589 or 15974587. OLE color: 15974587.
HSL color Cylindrical-coordinate representation of color #BBC0F3: hue angle of 234.64º degrees, saturation: 0.7, 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 #BBC0F3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 192 | 243 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.05 |
| HSL | 234.64º | 0.7% | 0.84% | - |
| HSV(B) | 234.64º | 0.23% | 0.95% | - |
| XYZ | 55.52 | 54.74 | 92.43 | - |
| YUV | 196.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 243 | 0.23 | 0.21 | 0 | 0.05 | 234.64 | 0.7 | 0.84 |
| Hex | BB | C0 | F3 | 17 | 15 | 0 | 5 | EB | 46 | 54 |
| Octal | 273 | 300 | 363 | 27 | 25 | 0 | 5 | 353 | 106 | 124 |
| Binary | 10111011 | 11000000 | 11110011 | 10111 | 10101 | 0 | 101 | 11101011 | 1000110 | 1010100 |
Color Harmonies of #BBC0F3
Complementary color
Monochromatic Colors of #BBC0F3
Black with #BBC0F3
Text Example
Text Example
White with #BBC0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0F3; }
p { color: rgb(187,192,243); }
H1.HeaderClassName
{
color: #BBC0F3;
}
.AnyTagClassName
{
color: #BBC0F3;
}
</style>
background-color css
<style>
a { background-color: #BBC0F3; }
a { background-color: rgb(187,192,243); }
div.DivClassName
{
background-color: #BBC0F3;
}
.BgClassName
{
background-color: #BBC0F3;
}
</style>
border-color css
<style>
span { border-color: #BBC0F3; }
span { border-color: rgb(187,192,243); }
td.TdClassName
{
border-color: #BBC0F3;
}
.TagClassName
{
border-color: #BBC0F3;
}
</style>