Shades of Perano #B2B9FB
Tints of Perano #B2B9FB
RGB
CMYK
RGB Variations
Color information
#B2B9FB (or 0xB2B9FB) is known color: Perano. HEX triplet: B2, B9 and FB. RGB value is (178,185,251). Sum of RGB (Red+Green+Blue) = 178+185+251=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2B9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B9FB is #4D4604. Grayscale: #BEBEBE. Windows color (decimal): -5064197 or 16497074. OLE color: 16497074.
HSL color Cylindrical-coordinate representation of color #B2B9FB: hue angle of 234.25º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B9FB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 185 | 251 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.02 |
| HSL | 234.25º | 0.9% | 0.84% | - |
| HSV(B) | 234.25º | 0.29% | 0.98% | - |
| XYZ | 53.12 | 51.13 | 98.34 | - |
| YUV | 190.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 251 | 0.29 | 0.26 | 0 | 0.02 | 234.25 | 0.9 | 0.84 |
| Hex | B2 | B9 | FB | 1D | 1A | 0 | 2 | EA | 5A | 54 |
| Octal | 262 | 271 | 373 | 35 | 32 | 0 | 2 | 352 | 132 | 124 |
| Binary | 10110010 | 10111001 | 11111011 | 11101 | 11010 | 0 | 10 | 11101010 | 1011010 | 1010100 |
Color Harmonies of #B2B9FB
Complementary color
Monochromatic Colors of #B2B9FB
Black with #B2B9FB
Text Example
Text Example
White with #B2B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9FB; }
p { color: rgb(178,185,251); }
H1.HeaderClassName
{
color: #B2B9FB;
}
.AnyTagClassName
{
color: #B2B9FB;
}
</style>
background-color css
<style>
a { background-color: #B2B9FB; }
a { background-color: rgb(178,185,251); }
div.DivClassName
{
background-color: #B2B9FB;
}
.BgClassName
{
background-color: #B2B9FB;
}
</style>
border-color css
<style>
span { border-color: #B2B9FB; }
span { border-color: rgb(178,185,251); }
td.TdClassName
{
border-color: #B2B9FB;
}
.TagClassName
{
border-color: #B2B9FB;
}
</style>