Shades of Perano #B2B9FE
Tints of Perano #B2B9FE
RGB
CMYK
RGB Variations
Color information
#B2B9FE (or 0xB2B9FE) is known color: Perano. HEX triplet: B2, B9 and FE. RGB value is (178,185,254). Sum of RGB (Red+Green+Blue) = 178+185+254=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B9FE is #4D4601. Grayscale: #BEBEBE. Windows color (decimal): -5064194 or 16693682. OLE color: 16693682.
HSL color Cylindrical-coordinate representation of color #B2B9FE: hue angle of 234.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2B9FE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 185 | 254 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.00 |
| HSL | 234.47º | 0.97% | 0.85% | - |
| HSV(B) | 234.47º | 0.3% | 1% | - |
| XYZ | 53.6 | 51.32 | 100.85 | - |
| YUV | 190.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 254 | 0.30 | 0.27 | 0 | 0.00 | 234.47 | 0.97 | 0.85 |
| Hex | B2 | B9 | FE | 1E | 1B | 0 | 0 | EA | 61 | 55 |
| Octal | 262 | 271 | 376 | 36 | 33 | 0 | 0 | 352 | 141 | 125 |
| Binary | 10110010 | 10111001 | 11111110 | 11110 | 11011 | 0 | 0 | 11101010 | 1100001 | 1010101 |
Color Harmonies of #B2B9FE
Complementary color
Monochromatic Colors of #B2B9FE
Black with #B2B9FE
Text Example
Text Example
White with #B2B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9FE; }
p { color: rgb(178,185,254); }
H1.HeaderClassName
{
color: #B2B9FE;
}
.AnyTagClassName
{
color: #B2B9FE;
}
</style>
background-color css
<style>
a { background-color: #B2B9FE; }
a { background-color: rgb(178,185,254); }
div.DivClassName
{
background-color: #B2B9FE;
}
.BgClassName
{
background-color: #B2B9FE;
}
</style>
border-color css
<style>
span { border-color: #B2B9FE; }
span { border-color: rgb(178,185,254); }
td.TdClassName
{
border-color: #B2B9FE;
}
.TagClassName
{
border-color: #B2B9FE;
}
</style>