Shades of Perano #B2B2F8
Tints of Perano #B2B2F8
RGB
CMYK
RGB Variations
Color information
#B2B2F8 (or 0xB2B2F8) is known color: Perano. HEX triplet: B2, B2 and F8. RGB value is (178,178,248). Sum of RGB (Red+Green+Blue) = 178+178+248=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2B2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B2F8 is #4D4D07. Grayscale: #B9B9B9. Windows color (decimal): -5065992 or 16298674. OLE color: 16298674.
HSL color Cylindrical-coordinate representation of color #B2B2F8: hue angle of 240º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2B2F8 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 178 | 248 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.03 |
| HSL | 240º | 0.83% | 0.84% | - |
| HSV(B) | 240º | 0.28% | 0.97% | - |
| XYZ | 51.22 | 48.08 | 95.39 | - |
| YUV | 185.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 248 | 0.28 | 0.28 | 0 | 0.03 | 240 | 0.83 | 0.84 |
| Hex | B2 | B2 | F8 | 1C | 1C | 0 | 3 | F0 | 53 | 54 |
| Octal | 262 | 262 | 370 | 34 | 34 | 0 | 3 | 360 | 123 | 124 |
| Binary | 10110010 | 10110010 | 11111000 | 11100 | 11100 | 0 | 11 | 11110000 | 1010011 | 1010100 |
Color Harmonies of #B2B2F8
Complementary color
Monochromatic Colors of #B2B2F8
Black with #B2B2F8
Text Example
Text Example
White with #B2B2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2F8; }
p { color: rgb(178,178,248); }
H1.HeaderClassName
{
color: #B2B2F8;
}
.AnyTagClassName
{
color: #B2B2F8;
}
</style>
background-color css
<style>
a { background-color: #B2B2F8; }
a { background-color: rgb(178,178,248); }
div.DivClassName
{
background-color: #B2B2F8;
}
.BgClassName
{
background-color: #B2B2F8;
}
</style>
border-color css
<style>
span { border-color: #B2B2F8; }
span { border-color: rgb(178,178,248); }
td.TdClassName
{
border-color: #B2B2F8;
}
.TagClassName
{
border-color: #B2B2F8;
}
</style>