Shades of Perano #B2B0FA
Tints of Perano #B2B0FA
RGB
CMYK
RGB Variations
Color information
#B2B0FA (or 0xB2B0FA) is known color: Perano. HEX triplet: B2, B0 and FA. RGB value is (178,176,250). Sum of RGB (Red+Green+Blue) = 178+176+250=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B0FA is #4D4F05. Grayscale: #B8B8B8. Windows color (decimal): -5066502 or 16429234. OLE color: 16429234.
HSL color Cylindrical-coordinate representation of color #B2B0FA: hue angle of 241.62º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2B0FA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 176 | 250 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.02 |
| HSL | 241.62º | 0.88% | 0.84% | - |
| HSV(B) | 241.62º | 0.3% | 0.98% | - |
| XYZ | 51.14 | 47.42 | 96.9 | - |
| YUV | 185.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 250 | 0.29 | 0.30 | 0 | 0.02 | 241.62 | 0.88 | 0.84 |
| Hex | B2 | B0 | FA | 1D | 1E | 0 | 2 | F2 | 58 | 54 |
| Octal | 262 | 260 | 372 | 35 | 36 | 0 | 2 | 362 | 130 | 124 |
| Binary | 10110010 | 10110000 | 11111010 | 11101 | 11110 | 0 | 10 | 11110010 | 1011000 | 1010100 |
Color Harmonies of #B2B0FA
Complementary color
Monochromatic Colors of #B2B0FA
Black with #B2B0FA
Text Example
Text Example
White with #B2B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0FA; }
p { color: rgb(178,176,250); }
H1.HeaderClassName
{
color: #B2B0FA;
}
.AnyTagClassName
{
color: #B2B0FA;
}
</style>
background-color css
<style>
a { background-color: #B2B0FA; }
a { background-color: rgb(178,176,250); }
div.DivClassName
{
background-color: #B2B0FA;
}
.BgClassName
{
background-color: #B2B0FA;
}
</style>
border-color css
<style>
span { border-color: #B2B0FA; }
span { border-color: rgb(178,176,250); }
td.TdClassName
{
border-color: #B2B0FA;
}
.TagClassName
{
border-color: #B2B0FA;
}
</style>