Shades of Perano #B2AFFC
Tints of Perano #B2AFFC
RGB
CMYK
RGB Variations
Color information
#B2AFFC (or 0xB2AFFC) is known color: Perano. HEX triplet: B2, AF and FC. RGB value is (178,175,252). Sum of RGB (Red+Green+Blue) = 178+175+252=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFFC is #4D5003. Grayscale: #B8B8B8. Windows color (decimal): -5066756 or 16560050. OLE color: 16560050.
HSL color Cylindrical-coordinate representation of color #B2AFFC: hue angle of 242.34º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AFFC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 175 | 252 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.01 |
| HSL | 242.34º | 0.93% | 0.84% | - |
| HSV(B) | 242.34º | 0.31% | 0.99% | - |
| XYZ | 51.26 | 47.15 | 98.5 | - |
| YUV | 184.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 252 | 0.29 | 0.31 | 0 | 0.01 | 242.34 | 0.93 | 0.84 |
| Hex | B2 | AF | FC | 1D | 1F | 0 | 1 | F2 | 5D | 54 |
| Octal | 262 | 257 | 374 | 35 | 37 | 0 | 1 | 362 | 135 | 124 |
| Binary | 10110010 | 10101111 | 11111100 | 11101 | 11111 | 0 | 1 | 11110010 | 1011101 | 1010100 |
Color Harmonies of #B2AFFC
Complementary color
Monochromatic Colors of #B2AFFC
Black with #B2AFFC
Text Example
Text Example
White with #B2AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFFC; }
p { color: rgb(178,175,252); }
H1.HeaderClassName
{
color: #B2AFFC;
}
.AnyTagClassName
{
color: #B2AFFC;
}
</style>
background-color css
<style>
a { background-color: #B2AFFC; }
a { background-color: rgb(178,175,252); }
div.DivClassName
{
background-color: #B2AFFC;
}
.BgClassName
{
background-color: #B2AFFC;
}
</style>
border-color css
<style>
span { border-color: #B2AFFC; }
span { border-color: rgb(178,175,252); }
td.TdClassName
{
border-color: #B2AFFC;
}
.TagClassName
{
border-color: #B2AFFC;
}
</style>