Shades of Perano #B2AFFB
Tints of Perano #B2AFFB
RGB
CMYK
RGB Variations
Color information
#B2AFFB (or 0xB2AFFB) is known color: Perano. HEX triplet: B2, AF and FB. RGB value is (178,175,251). Sum of RGB (Red+Green+Blue) = 178+175+251=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFFB is #4D5004. Grayscale: #B8B8B8. Windows color (decimal): -5066757 or 16494514. OLE color: 16494514.
HSL color Cylindrical-coordinate representation of color #B2AFFB: hue angle of 242.37º degrees, saturation: 0.9, 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 #B2AFFB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 175 | 251 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.02 |
| HSL | 242.37º | 0.9% | 0.84% | - |
| HSV(B) | 242.37º | 0.3% | 0.98% | - |
| XYZ | 51.1 | 47.09 | 97.66 | - |
| YUV | 184.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 251 | 0.29 | 0.30 | 0 | 0.02 | 242.37 | 0.9 | 0.84 |
| Hex | B2 | AF | FB | 1D | 1E | 0 | 2 | F2 | 5A | 54 |
| Octal | 262 | 257 | 373 | 35 | 36 | 0 | 2 | 362 | 132 | 124 |
| Binary | 10110010 | 10101111 | 11111011 | 11101 | 11110 | 0 | 10 | 11110010 | 1011010 | 1010100 |
Color Harmonies of #B2AFFB
Complementary color
Monochromatic Colors of #B2AFFB
Black with #B2AFFB
Text Example
Text Example
White with #B2AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFFB; }
p { color: rgb(178,175,251); }
H1.HeaderClassName
{
color: #B2AFFB;
}
.AnyTagClassName
{
color: #B2AFFB;
}
</style>
background-color css
<style>
a { background-color: #B2AFFB; }
a { background-color: rgb(178,175,251); }
div.DivClassName
{
background-color: #B2AFFB;
}
.BgClassName
{
background-color: #B2AFFB;
}
</style>
border-color css
<style>
span { border-color: #B2AFFB; }
span { border-color: rgb(178,175,251); }
td.TdClassName
{
border-color: #B2AFFB;
}
.TagClassName
{
border-color: #B2AFFB;
}
</style>