Shades of Perano #B2BBFC
Tints of Perano #B2BBFC
RGB
CMYK
RGB Variations
Color information
#B2BBFC (or 0xB2BBFC) is known color: Perano. HEX triplet: B2, BB and FC. RGB value is (178,187,252). Sum of RGB (Red+Green+Blue) = 178+187+252=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFC is #4D4403. Grayscale: #BFBFBF. Windows color (decimal): -5063684 or 16563122. OLE color: 16563122.
HSL color Cylindrical-coordinate representation of color #B2BBFC: hue angle of 232.7º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BBFC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 187 | 252 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.01 |
| HSL | 232.7º | 0.93% | 0.84% | - |
| HSV(B) | 232.7º | 0.29% | 0.99% | - |
| XYZ | 53.7 | 52.03 | 99.31 | - |
| YUV | 191.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 252 | 0.29 | 0.26 | 0 | 0.01 | 232.7 | 0.93 | 0.84 |
| Hex | B2 | BB | FC | 1D | 1A | 0 | 1 | E9 | 5C | 54 |
| Octal | 262 | 273 | 374 | 35 | 32 | 0 | 1 | 351 | 134 | 124 |
| Binary | 10110010 | 10111011 | 11111100 | 11101 | 11010 | 0 | 1 | 11101001 | 1011100 | 1010100 |
Color Harmonies of #B2BBFC
Complementary color
Monochromatic Colors of #B2BBFC
Black with #B2BBFC
Text Example
Text Example
White with #B2BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBFC; }
p { color: rgb(178,187,252); }
H1.HeaderClassName
{
color: #B2BBFC;
}
.AnyTagClassName
{
color: #B2BBFC;
}
</style>
background-color css
<style>
a { background-color: #B2BBFC; }
a { background-color: rgb(178,187,252); }
div.DivClassName
{
background-color: #B2BBFC;
}
.BgClassName
{
background-color: #B2BBFC;
}
</style>
border-color css
<style>
span { border-color: #B2BBFC; }
span { border-color: rgb(178,187,252); }
td.TdClassName
{
border-color: #B2BBFC;
}
.TagClassName
{
border-color: #B2BBFC;
}
</style>