Shades of Perano #B0ADFF
Tints of Perano #B0ADFF
RGB
CMYK
RGB Variations
Color information
#B0ADFF (or 0xB0ADFF) is known color: Perano. HEX triplet: B0, AD and FF. RGB value is (176,173,255). Sum of RGB (Red+Green+Blue) = 176+173+255=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFF is #4F5200. Grayscale: #B6B6B6. Windows color (decimal): -5198337 or 16756144. OLE color: 16756144.
HSL color Cylindrical-coordinate representation of color #B0ADFF: hue angle of 242.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0ADFF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 173 | 255 | - |
| CMYK | 0.31 | 0.32 | 0 | 0 |
| HSL | 242.2º | 1% | 0.84% | - |
| HSV(B) | 242.2º | 0.32% | 1% | - |
| XYZ | 50.9 | 46.34 | 100.87 | - |
| YUV | 183.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 255 | 0.31 | 0.32 | 0 | 0 | 242.2 | 1 | 0.84 |
| Hex | B0 | AD | FF | 1F | 20 | 0 | 0 | F2 | 64 | 54 |
| Octal | 260 | 255 | 377 | 37 | 40 | 0 | 0 | 362 | 144 | 124 |
| Binary | 10110000 | 10101101 | 11111111 | 11111 | 100000 | 0 | 0 | 11110010 | 1100100 | 1010100 |
Color Harmonies of #B0ADFF
Complementary color
Monochromatic Colors of #B0ADFF
Black with #B0ADFF
Text Example
Text Example
White with #B0ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADFF; }
p { color: rgb(176,173,255); }
H1.HeaderClassName
{
color: #B0ADFF;
}
.AnyTagClassName
{
color: #B0ADFF;
}
</style>
background-color css
<style>
a { background-color: #B0ADFF; }
a { background-color: rgb(176,173,255); }
div.DivClassName
{
background-color: #B0ADFF;
}
.BgClassName
{
background-color: #B0ADFF;
}
</style>
border-color css
<style>
span { border-color: #B0ADFF; }
span { border-color: rgb(176,173,255); }
td.TdClassName
{
border-color: #B0ADFF;
}
.TagClassName
{
border-color: #B0ADFF;
}
</style>