Shades of Perano #B0ADF2
Tints of Perano #B0ADF2
RGB
CMYK
RGB Variations
Color information
#B0ADF2 (or 0xB0ADF2) is known color: Perano. HEX triplet: B0, AD and F2. RGB value is (176,173,242). Sum of RGB (Red+Green+Blue) = 176+173+242=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADF2 is #4F520D. Grayscale: #B5B5B5. Windows color (decimal): -5198350 or 15904176. OLE color: 15904176.
HSL color Cylindrical-coordinate representation of color #B0ADF2: hue angle of 242.61º 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 #B0ADF2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 173 | 242 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.05 |
| HSL | 242.61º | 0.73% | 0.81% | - |
| HSV(B) | 242.61º | 0.29% | 0.95% | - |
| XYZ | 48.88 | 45.53 | 90.22 | - |
| YUV | 181.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 242 | 0.27 | 0.29 | 0 | 0.05 | 242.61 | 0.73 | 0.81 |
| Hex | B0 | AD | F2 | 1B | 1D | 0 | 5 | F3 | 49 | 51 |
| Octal | 260 | 255 | 362 | 33 | 35 | 0 | 5 | 363 | 111 | 121 |
| Binary | 10110000 | 10101101 | 11110010 | 11011 | 11101 | 0 | 101 | 11110011 | 1001001 | 1010001 |
Color Harmonies of #B0ADF2
Complementary color
Monochromatic Colors of #B0ADF2
Black with #B0ADF2
Text Example
Text Example
White with #B0ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADF2; }
p { color: rgb(176,173,242); }
H1.HeaderClassName
{
color: #B0ADF2;
}
.AnyTagClassName
{
color: #B0ADF2;
}
</style>
background-color css
<style>
a { background-color: #B0ADF2; }
a { background-color: rgb(176,173,242); }
div.DivClassName
{
background-color: #B0ADF2;
}
.BgClassName
{
background-color: #B0ADF2;
}
</style>
border-color css
<style>
span { border-color: #B0ADF2; }
span { border-color: rgb(176,173,242); }
td.TdClassName
{
border-color: #B0ADF2;
}
.TagClassName
{
border-color: #B0ADF2;
}
</style>