Shades of Perano #B2B2FF
Tints of Perano #B2B2FF
RGB
CMYK
RGB Variations
Color information
#B2B2FF (or 0xB2B2FF) is known color: Perano. HEX triplet: B2, B2 and FF. RGB value is (178,178,255). Sum of RGB (Red+Green+Blue) = 178+178+255=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B2FF is #4D4D00. Grayscale: #BABABA. Windows color (decimal): -5065985 or 16757426. OLE color: 16757426.
HSL color Cylindrical-coordinate representation of color #B2B2FF: hue angle of 240º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2B2FF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 178 | 178 | 255 | - |
CMYK | 0.30 | 0.30 | 0 | 0 |
HSL | 240º | 1% | 0.85% | - |
HSV(B) | 240º | 0.3% | 1% | - |
XYZ | 52.33 | 48.53 | 101.22 | - |
YUV | 186.78 | 166.5 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 255 | 0.30 | 0.30 | 0 | 0 | 240 | 1 | 0.85 |
Hex | B2 | B2 | FF | 1E | 1E | 0 | 0 | F0 | 64 | 55 |
Octal | 262 | 262 | 377 | 36 | 36 | 0 | 0 | 360 | 144 | 125 |
Binary | 10110010 | 10110010 | 11111111 | 11110 | 11110 | 0 | 0 | 11110000 | 1100100 | 1010101 |
Color Harmonies of #B2B2FF
Complementary color
Monochromatic Colors of #B2B2FF
Black with #B2B2FF
Text Example
Text Example
White with #B2B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2FF; }
p { color: rgb(178,178,255); }
H1.HeaderClassName
{
color: #B2B2FF;
}
.AnyTagClassName
{
color: #B2B2FF;
}
</style>
background-color css
<style>
a { background-color: #B2B2FF; }
a { background-color: rgb(178,178,255); }
div.DivClassName
{
background-color: #B2B2FF;
}
.BgClassName
{
background-color: #B2B2FF;
}
</style>
border-color css
<style>
span { border-color: #B2B2FF; }
span { border-color: rgb(178,178,255); }
td.TdClassName
{
border-color: #B2B2FF;
}
.TagClassName
{
border-color: #B2B2FF;
}
</style>