Shades of Perano #B5ADFF
Tints of Perano #B5ADFF
RGB
CMYK
RGB Variations
Color information
#B5ADFF (or 0xB5ADFF) is known color: Perano. HEX triplet: B5, AD and FF. RGB value is (181,173,255). Sum of RGB (Red+Green+Blue) = 181+173+255=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFF is #4A5200. Grayscale: #B8B8B8. Windows color (decimal): -4870657 or 16756149. OLE color: 16756149.
HSL color Cylindrical-coordinate representation of color #B5ADFF: hue angle of 245.85º 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 #B5ADFF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 173 | 255 | - |
CMYK | 0.29 | 0.32 | 0 | 0 |
HSL | 245.85º | 1% | 0.84% | - |
HSV(B) | 245.85º | 0.32% | 1% | - |
XYZ | 52.05 | 46.93 | 100.92 | - |
YUV | 184.74 | 167.65 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 255 | 0.29 | 0.32 | 0 | 0 | 245.85 | 1 | 0.84 |
Hex | B5 | AD | FF | 1D | 20 | 0 | 0 | F6 | 64 | 54 |
Octal | 265 | 255 | 377 | 35 | 40 | 0 | 0 | 366 | 144 | 124 |
Binary | 10110101 | 10101101 | 11111111 | 11101 | 100000 | 0 | 0 | 11110110 | 1100100 | 1010100 |
Color Harmonies of #B5ADFF
Complementary color
Monochromatic Colors of #B5ADFF
Black with #B5ADFF
Text Example
Text Example
White with #B5ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADFF; }
p { color: rgb(181,173,255); }
H1.HeaderClassName
{
color: #B5ADFF;
}
.AnyTagClassName
{
color: #B5ADFF;
}
</style>
background-color css
<style>
a { background-color: #B5ADFF; }
a { background-color: rgb(181,173,255); }
div.DivClassName
{
background-color: #B5ADFF;
}
.BgClassName
{
background-color: #B5ADFF;
}
</style>
border-color css
<style>
span { border-color: #B5ADFF; }
span { border-color: rgb(181,173,255); }
td.TdClassName
{
border-color: #B5ADFF;
}
.TagClassName
{
border-color: #B5ADFF;
}
</style>