Shades of Perano #B2B0F9
Tints of Perano #B2B0F9
RGB
CMYK
RGB Variations
Color information
#B2B0F9 (or 0xB2B0F9) is known color: Perano. HEX triplet: B2, B0 and F9. RGB value is (178,176,249). Sum of RGB (Red+Green+Blue) = 178+176+249=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B0F9 is #4D4F06. Grayscale: #B8B8B8. Windows color (decimal): -5066503 or 16363698. OLE color: 16363698.
HSL color Cylindrical-coordinate representation of color #B2B0F9: hue angle of 241.64º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B0F9 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 176 | 249 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.02 |
| HSL | 241.64º | 0.86% | 0.83% | - |
| HSV(B) | 241.64º | 0.29% | 0.98% | - |
| XYZ | 50.98 | 47.36 | 96.08 | - |
| YUV | 184.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 249 | 0.29 | 0.29 | 0 | 0.02 | 241.64 | 0.86 | 0.83 |
| Hex | B2 | B0 | F9 | 1D | 1D | 0 | 2 | F2 | 56 | 53 |
| Octal | 262 | 260 | 371 | 35 | 35 | 0 | 2 | 362 | 126 | 123 |
| Binary | 10110010 | 10110000 | 11111001 | 11101 | 11101 | 0 | 10 | 11110010 | 1010110 | 1010011 |
Color Harmonies of #B2B0F9
Complementary color
Monochromatic Colors of #B2B0F9
Black with #B2B0F9
Text Example
Text Example
White with #B2B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B0F9; }
p { color: rgb(178,176,249); }
H1.HeaderClassName
{
color: #B2B0F9;
}
.AnyTagClassName
{
color: #B2B0F9;
}
</style>
background-color css
<style>
a { background-color: #B2B0F9; }
a { background-color: rgb(178,176,249); }
div.DivClassName
{
background-color: #B2B0F9;
}
.BgClassName
{
background-color: #B2B0F9;
}
</style>
border-color css
<style>
span { border-color: #B2B0F9; }
span { border-color: rgb(178,176,249); }
td.TdClassName
{
border-color: #B2B0F9;
}
.TagClassName
{
border-color: #B2B0F9;
}
</style>