Shades of Perano #B3ADFF
Tints of Perano #B3ADFF
RGB
CMYK
RGB Variations
Color information
#B3ADFF (or 0xB3ADFF) is known color: Perano. HEX triplet: B3, AD and FF. RGB value is (179,173,255). Sum of RGB (Red+Green+Blue) = 179+173+255=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADFF is #4C5200. Grayscale: #B7B7B7. Windows color (decimal): -5001729 or 16756147. OLE color: 16756147.
HSL color Cylindrical-coordinate representation of color #B3ADFF: hue angle of 244.39º 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 #B3ADFF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 173 | 255 | - |
| CMYK | 0.30 | 0.32 | 0 | 0 |
| HSL | 244.39º | 1% | 0.84% | - |
| HSV(B) | 244.39º | 0.32% | 1% | - |
| XYZ | 51.58 | 46.69 | 100.9 | - |
| YUV | 184.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 255 | 0.30 | 0.32 | 0 | 0 | 244.39 | 1 | 0.84 |
| Hex | B3 | AD | FF | 1E | 20 | 0 | 0 | F4 | 64 | 54 |
| Octal | 263 | 255 | 377 | 36 | 40 | 0 | 0 | 364 | 144 | 124 |
| Binary | 10110011 | 10101101 | 11111111 | 11110 | 100000 | 0 | 0 | 11110100 | 1100100 | 1010100 |
Color Harmonies of #B3ADFF
Complementary color
Monochromatic Colors of #B3ADFF
Black with #B3ADFF
Text Example
Text Example
White with #B3ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADFF; }
p { color: rgb(179,173,255); }
H1.HeaderClassName
{
color: #B3ADFF;
}
.AnyTagClassName
{
color: #B3ADFF;
}
</style>
background-color css
<style>
a { background-color: #B3ADFF; }
a { background-color: rgb(179,173,255); }
div.DivClassName
{
background-color: #B3ADFF;
}
.BgClassName
{
background-color: #B3ADFF;
}
</style>
border-color css
<style>
span { border-color: #B3ADFF; }
span { border-color: rgb(179,173,255); }
td.TdClassName
{
border-color: #B3ADFF;
}
.TagClassName
{
border-color: #B3ADFF;
}
</style>