Shades of Perano #B2ADF2
Tints of Perano #B2ADF2
RGB
CMYK
RGB Variations
Color information
#B2ADF2 (or 0xB2ADF2) is known color: Perano. HEX triplet: B2, AD and F2. RGB value is (178,173,242). Sum of RGB (Red+Green+Blue) = 178+173+242=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADF2 is #4D520D. Grayscale: #B6B6B6. Windows color (decimal): -5067278 or 15904178. OLE color: 15904178.
HSL color Cylindrical-coordinate representation of color #B2ADF2: hue angle of 244.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2ADF2 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 173 | 242 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.05 |
| HSL | 244.35º | 0.73% | 0.81% | - |
| HSV(B) | 244.35º | 0.29% | 0.95% | - |
| XYZ | 49.33 | 45.76 | 90.24 | - |
| YUV | 182.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 242 | 0.26 | 0.29 | 0 | 0.05 | 244.35 | 0.73 | 0.81 |
| Hex | B2 | AD | F2 | 1A | 1D | 0 | 5 | F4 | 49 | 51 |
| Octal | 262 | 255 | 362 | 32 | 35 | 0 | 5 | 364 | 111 | 121 |
| Binary | 10110010 | 10101101 | 11110010 | 11010 | 11101 | 0 | 101 | 11110100 | 1001001 | 1010001 |
Color Harmonies of #B2ADF2
Complementary color
Monochromatic Colors of #B2ADF2
Black with #B2ADF2
Text Example
Text Example
White with #B2ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADF2; }
p { color: rgb(178,173,242); }
H1.HeaderClassName
{
color: #B2ADF2;
}
.AnyTagClassName
{
color: #B2ADF2;
}
</style>
background-color css
<style>
a { background-color: #B2ADF2; }
a { background-color: rgb(178,173,242); }
div.DivClassName
{
background-color: #B2ADF2;
}
.BgClassName
{
background-color: #B2ADF2;
}
</style>
border-color css
<style>
span { border-color: #B2ADF2; }
span { border-color: rgb(178,173,242); }
td.TdClassName
{
border-color: #B2ADF2;
}
.TagClassName
{
border-color: #B2ADF2;
}
</style>