Shades of Perano #B0B2FE
Tints of Perano #B0B2FE
RGB
CMYK
RGB Variations
Color information
#B0B2FE (or 0xB0B2FE) is known color: Perano. HEX triplet: B0, B2 and FE. RGB value is (176,178,254). Sum of RGB (Red+Green+Blue) = 176+178+254=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0B2FE is #4F4D01. Grayscale: #B9B9B9. Windows color (decimal): -5197058 or 16691888. OLE color: 16691888.
HSL color Cylindrical-coordinate representation of color #B0B2FE: hue angle of 238.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B2FE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 178 | 254 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.00 |
| HSL | 238.46º | 0.98% | 0.84% | - |
| HSV(B) | 238.46º | 0.31% | 1% | - |
| XYZ | 51.71 | 48.23 | 100.35 | - |
| YUV | 186.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 254 | 0.31 | 0.30 | 0 | 0.00 | 238.46 | 0.98 | 0.84 |
| Hex | B0 | B2 | FE | 1F | 1E | 0 | 0 | EE | 62 | 54 |
| Octal | 260 | 262 | 376 | 37 | 36 | 0 | 0 | 356 | 142 | 124 |
| Binary | 10110000 | 10110010 | 11111110 | 11111 | 11110 | 0 | 0 | 11101110 | 1100010 | 1010100 |
Color Harmonies of #B0B2FE
Complementary color
Monochromatic Colors of #B0B2FE
Black with #B0B2FE
Text Example
Text Example
White with #B0B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2FE; }
p { color: rgb(176,178,254); }
H1.HeaderClassName
{
color: #B0B2FE;
}
.AnyTagClassName
{
color: #B0B2FE;
}
</style>
background-color css
<style>
a { background-color: #B0B2FE; }
a { background-color: rgb(176,178,254); }
div.DivClassName
{
background-color: #B0B2FE;
}
.BgClassName
{
background-color: #B0B2FE;
}
</style>
border-color css
<style>
span { border-color: #B0B2FE; }
span { border-color: rgb(176,178,254); }
td.TdClassName
{
border-color: #B0B2FE;
}
.TagClassName
{
border-color: #B0B2FE;
}
</style>