Shades of Perano #B5ADFD
Tints of Perano #B5ADFD
RGB
CMYK
RGB Variations
Color information
#B5ADFD (or 0xB5ADFD) is known color: Perano. HEX triplet: B5, AD and FD. RGB value is (181,173,253). Sum of RGB (Red+Green+Blue) = 181+173+253=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFD is #4A5202. Grayscale: #B8B8B8. Windows color (decimal): -4870659 or 16625077. OLE color: 16625077.
HSL color Cylindrical-coordinate representation of color #B5ADFD: hue angle of 246º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5ADFD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 173 | 253 | - |
CMYK | 0.28 | 0.32 | 0 | 0.01 |
HSL | 246º | 0.95% | 0.84% | - |
HSV(B) | 246º | 0.32% | 0.99% | - |
XYZ | 51.73 | 46.8 | 99.24 | - |
YUV | 184.51 | 166.65 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 253 | 0.28 | 0.32 | 0 | 0.01 | 246 | 0.95 | 0.84 |
Hex | B5 | AD | FD | 1C | 20 | 0 | 1 | F6 | 5F | 54 |
Octal | 265 | 255 | 375 | 34 | 40 | 0 | 1 | 366 | 137 | 124 |
Binary | 10110101 | 10101101 | 11111101 | 11100 | 100000 | 0 | 1 | 11110110 | 1011111 | 1010100 |
Color Harmonies of #B5ADFD
Complementary color
Monochromatic Colors of #B5ADFD
Black with #B5ADFD
Text Example
Text Example
White with #B5ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADFD; }
p { color: rgb(181,173,253); }
H1.HeaderClassName
{
color: #B5ADFD;
}
.AnyTagClassName
{
color: #B5ADFD;
}
</style>
background-color css
<style>
a { background-color: #B5ADFD; }
a { background-color: rgb(181,173,253); }
div.DivClassName
{
background-color: #B5ADFD;
}
.BgClassName
{
background-color: #B5ADFD;
}
</style>
border-color css
<style>
span { border-color: #B5ADFD; }
span { border-color: rgb(181,173,253); }
td.TdClassName
{
border-color: #B5ADFD;
}
.TagClassName
{
border-color: #B5ADFD;
}
</style>