Shades of Perano #B0ADFD
Tints of Perano #B0ADFD
RGB
CMYK
RGB Variations
Color information
#B0ADFD (or 0xB0ADFD) is known color: Perano. HEX triplet: B0, AD and FD. RGB value is (176,173,253). Sum of RGB (Red+Green+Blue) = 176+173+253=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFD is #4F5202. Grayscale: #B6B6B6. Windows color (decimal): -5198339 or 16625072. OLE color: 16625072.
HSL color Cylindrical-coordinate representation of color #B0ADFD: hue angle of 242.25º 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 #B0ADFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 173 | 253 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.01 |
| HSL | 242.25º | 0.95% | 0.84% | - |
| HSV(B) | 242.25º | 0.32% | 0.99% | - |
| XYZ | 50.58 | 46.21 | 99.18 | - |
| YUV | 183.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 253 | 0.30 | 0.32 | 0 | 0.01 | 242.25 | 0.95 | 0.84 |
| Hex | B0 | AD | FD | 1E | 20 | 0 | 1 | F2 | 5F | 54 |
| Octal | 260 | 255 | 375 | 36 | 40 | 0 | 1 | 362 | 137 | 124 |
| Binary | 10110000 | 10101101 | 11111101 | 11110 | 100000 | 0 | 1 | 11110010 | 1011111 | 1010100 |
Color Harmonies of #B0ADFD
Complementary color
Monochromatic Colors of #B0ADFD
Black with #B0ADFD
Text Example
Text Example
White with #B0ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADFD; }
p { color: rgb(176,173,253); }
H1.HeaderClassName
{
color: #B0ADFD;
}
.AnyTagClassName
{
color: #B0ADFD;
}
</style>
background-color css
<style>
a { background-color: #B0ADFD; }
a { background-color: rgb(176,173,253); }
div.DivClassName
{
background-color: #B0ADFD;
}
.BgClassName
{
background-color: #B0ADFD;
}
</style>
border-color css
<style>
span { border-color: #B0ADFD; }
span { border-color: rgb(176,173,253); }
td.TdClassName
{
border-color: #B0ADFD;
}
.TagClassName
{
border-color: #B0ADFD;
}
</style>