Shades of Perano #ADB8FB
Tints of Perano #ADB8FB
RGB
CMYK
RGB Variations
Color information
#ADB8FB (or 0xADB8FB) is known color: Perano. HEX triplet: AD, B8 and FB. RGB value is (173,184,251). Sum of RGB (Red+Green+Blue) = 173+184+251=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8FB is #524704. Grayscale: #BCBCBC. Windows color (decimal): -5392133 or 16496813. OLE color: 16496813.
HSL color Cylindrical-coordinate representation of color #ADB8FB: hue angle of 231.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB8FB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 184 | 251 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 231.54º | 0.91% | 0.83% | - |
| HSV(B) | 231.54º | 0.31% | 0.98% | - |
| XYZ | 51.79 | 50.13 | 98.21 | - |
| YUV | 188.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 251 | 0.31 | 0.27 | 0 | 0.02 | 231.54 | 0.91 | 0.83 |
| Hex | AD | B8 | FB | 1F | 1B | 0 | 2 | E8 | 5B | 53 |
| Octal | 255 | 270 | 373 | 37 | 33 | 0 | 2 | 350 | 133 | 123 |
| Binary | 10101101 | 10111000 | 11111011 | 11111 | 11011 | 0 | 10 | 11101000 | 1011011 | 1010011 |
Color Harmonies of #ADB8FB
Complementary color
Monochromatic Colors of #ADB8FB
Black with #ADB8FB
Text Example
Text Example
White with #ADB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8FB; }
p { color: rgb(173,184,251); }
H1.HeaderClassName
{
color: #ADB8FB;
}
.AnyTagClassName
{
color: #ADB8FB;
}
</style>
background-color css
<style>
a { background-color: #ADB8FB; }
a { background-color: rgb(173,184,251); }
div.DivClassName
{
background-color: #ADB8FB;
}
.BgClassName
{
background-color: #ADB8FB;
}
</style>
border-color css
<style>
span { border-color: #ADB8FB; }
span { border-color: rgb(173,184,251); }
td.TdClassName
{
border-color: #ADB8FB;
}
.TagClassName
{
border-color: #ADB8FB;
}
</style>