Shades of Perano #B3ADF4
Tints of Perano #B3ADF4
RGB
CMYK
RGB Variations
Color information
#B3ADF4 (or 0xB3ADF4) is known color: Perano. HEX triplet: B3, AD and F4. RGB value is (179,173,244). Sum of RGB (Red+Green+Blue) = 179+173+244=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #B3ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ADF4 is #4C520B. Grayscale: #B6B6B6. Windows color (decimal): -5001740 or 16035251. OLE color: 16035251.
HSL color Cylindrical-coordinate representation of color #B3ADF4: hue angle of 245.07º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3ADF4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 173 | 244 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.04 |
| HSL | 245.07º | 0.76% | 0.82% | - |
| HSV(B) | 245.07º | 0.29% | 0.96% | - |
| XYZ | 49.86 | 46 | 91.84 | - |
| YUV | 182.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 244 | 0.27 | 0.29 | 0 | 0.04 | 245.07 | 0.76 | 0.82 |
| Hex | B3 | AD | F4 | 1B | 1D | 0 | 4 | F5 | 4C | 52 |
| Octal | 263 | 255 | 364 | 33 | 35 | 0 | 4 | 365 | 114 | 122 |
| Binary | 10110011 | 10101101 | 11110100 | 11011 | 11101 | 0 | 100 | 11110101 | 1001100 | 1010010 |
Color Harmonies of #B3ADF4
Complementary color
Monochromatic Colors of #B3ADF4
Black with #B3ADF4
Text Example
Text Example
White with #B3ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADF4; }
p { color: rgb(179,173,244); }
H1.HeaderClassName
{
color: #B3ADF4;
}
.AnyTagClassName
{
color: #B3ADF4;
}
</style>
background-color css
<style>
a { background-color: #B3ADF4; }
a { background-color: rgb(179,173,244); }
div.DivClassName
{
background-color: #B3ADF4;
}
.BgClassName
{
background-color: #B3ADF4;
}
</style>
border-color css
<style>
span { border-color: #B3ADF4; }
span { border-color: rgb(179,173,244); }
td.TdClassName
{
border-color: #B3ADF4;
}
.TagClassName
{
border-color: #B3ADF4;
}
</style>