Shades of Perano #B4ADFF
Tints of Perano #B4ADFF
RGB
CMYK
RGB Variations
Color information
#B4ADFF (or 0xB4ADFF) is known color: Perano. HEX triplet: B4, AD and FF. RGB value is (180,173,255). Sum of RGB (Red+Green+Blue) = 180+173+255=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFF is #4B5200. Grayscale: #B8B8B8. Windows color (decimal): -4936193 or 16756148. OLE color: 16756148.
HSL color Cylindrical-coordinate representation of color #B4ADFF: hue angle of 245.12º 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 #B4ADFF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 173 | 255 | - |
| CMYK | 0.29 | 0.32 | 0 | 0 |
| HSL | 245.12º | 1% | 0.84% | - |
| HSV(B) | 245.12º | 0.32% | 1% | - |
| XYZ | 51.82 | 46.81 | 100.91 | - |
| YUV | 184.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 255 | 0.29 | 0.32 | 0 | 0 | 245.12 | 1 | 0.84 |
| Hex | B4 | AD | FF | 1D | 20 | 0 | 0 | F5 | 64 | 54 |
| Octal | 264 | 255 | 377 | 35 | 40 | 0 | 0 | 365 | 144 | 124 |
| Binary | 10110100 | 10101101 | 11111111 | 11101 | 100000 | 0 | 0 | 11110101 | 1100100 | 1010100 |
Color Harmonies of #B4ADFF
Complementary color
Monochromatic Colors of #B4ADFF
Black with #B4ADFF
Text Example
Text Example
White with #B4ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADFF; }
p { color: rgb(180,173,255); }
H1.HeaderClassName
{
color: #B4ADFF;
}
.AnyTagClassName
{
color: #B4ADFF;
}
</style>
background-color css
<style>
a { background-color: #B4ADFF; }
a { background-color: rgb(180,173,255); }
div.DivClassName
{
background-color: #B4ADFF;
}
.BgClassName
{
background-color: #B4ADFF;
}
</style>
border-color css
<style>
span { border-color: #B4ADFF; }
span { border-color: rgb(180,173,255); }
td.TdClassName
{
border-color: #B4ADFF;
}
.TagClassName
{
border-color: #B4ADFF;
}
</style>