Shades of Perano #B0B2FF
Tints of Perano #B0B2FF
RGB
CMYK
RGB Variations
Color information
#B0B2FF (or 0xB0B2FF) is known color: Perano. HEX triplet: B0, B2 and FF. RGB value is (176,178,255). Sum of RGB (Red+Green+Blue) = 176+178+255=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0B2FF is #4F4D00. Grayscale: #B9B9B9. Windows color (decimal): -5197057 or 16757424. OLE color: 16757424.
HSL color Cylindrical-coordinate representation of color #B0B2FF: hue angle of 238.48º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B2FF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 178 | 255 | - |
| CMYK | 0.31 | 0.30 | 0 | 0 |
| HSL | 238.48º | 1% | 0.85% | - |
| HSV(B) | 238.48º | 0.31% | 1% | - |
| XYZ | 51.87 | 48.29 | 101.19 | - |
| YUV | 186.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 255 | 0.31 | 0.30 | 0 | 0 | 238.48 | 1 | 0.85 |
| Hex | B0 | B2 | FF | 1F | 1E | 0 | 0 | EE | 64 | 55 |
| Octal | 260 | 262 | 377 | 37 | 36 | 0 | 0 | 356 | 144 | 125 |
| Binary | 10110000 | 10110010 | 11111111 | 11111 | 11110 | 0 | 0 | 11101110 | 1100100 | 1010101 |
Color Harmonies of #B0B2FF
Complementary color
Monochromatic Colors of #B0B2FF
Black with #B0B2FF
Text Example
Text Example
White with #B0B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B2FF; }
p { color: rgb(176,178,255); }
H1.HeaderClassName
{
color: #B0B2FF;
}
.AnyTagClassName
{
color: #B0B2FF;
}
</style>
background-color css
<style>
a { background-color: #B0B2FF; }
a { background-color: rgb(176,178,255); }
div.DivClassName
{
background-color: #B0B2FF;
}
.BgClassName
{
background-color: #B0B2FF;
}
</style>
border-color css
<style>
span { border-color: #B0B2FF; }
span { border-color: rgb(176,178,255); }
td.TdClassName
{
border-color: #B0B2FF;
}
.TagClassName
{
border-color: #B0B2FF;
}
</style>