Shades of Perano #B2ADFD
Tints of Perano #B2ADFD
RGB
CMYK
RGB Variations
Color information
#B2ADFD (or 0xB2ADFD) is known color: Perano. HEX triplet: B2, AD and FD. RGB value is (178,173,253). Sum of RGB (Red+Green+Blue) = 178+173+253=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADFD is #4D5202. Grayscale: #B7B7B7. Windows color (decimal): -5067267 or 16625074. OLE color: 16625074.
HSL color Cylindrical-coordinate representation of color #B2ADFD: hue angle of 243.75º 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 #B2ADFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 173 | 253 | - |
CMYK | 0.30 | 0.32 | 0 | 0.01 |
HSL | 243.75º | 0.95% | 0.84% | - |
HSV(B) | 243.75º | 0.32% | 0.99% | - |
XYZ | 51.03 | 46.44 | 99.2 | - |
YUV | 183.62 | 167.16 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 173 | 253 | 0.30 | 0.32 | 0 | 0.01 | 243.75 | 0.95 | 0.84 |
Hex | B2 | AD | FD | 1E | 20 | 0 | 1 | F4 | 5F | 54 |
Octal | 262 | 255 | 375 | 36 | 40 | 0 | 1 | 364 | 137 | 124 |
Binary | 10110010 | 10101101 | 11111101 | 11110 | 100000 | 0 | 1 | 11110100 | 1011111 | 1010100 |
Color Harmonies of #B2ADFD
Complementary color
Monochromatic Colors of #B2ADFD
Black with #B2ADFD
Text Example
Text Example
White with #B2ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADFD; }
p { color: rgb(178,173,253); }
H1.HeaderClassName
{
color: #B2ADFD;
}
.AnyTagClassName
{
color: #B2ADFD;
}
</style>
background-color css
<style>
a { background-color: #B2ADFD; }
a { background-color: rgb(178,173,253); }
div.DivClassName
{
background-color: #B2ADFD;
}
.BgClassName
{
background-color: #B2ADFD;
}
</style>
border-color css
<style>
span { border-color: #B2ADFD; }
span { border-color: rgb(178,173,253); }
td.TdClassName
{
border-color: #B2ADFD;
}
.TagClassName
{
border-color: #B2ADFD;
}
</style>