Shades of Perano #ADBFF4
Tints of Perano #ADBFF4
RGB
CMYK
RGB Variations
Color information
#ADBFF4 (or 0xADBFF4) is known color: Perano. HEX triplet: AD, BF and F4. RGB value is (173,191,244). Sum of RGB (Red+Green+Blue) = 173+191+244=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFF4 is #52400B. Grayscale: #BFBFBF. Windows color (decimal): -5390348 or 16039853. OLE color: 16039853.
HSL color Cylindrical-coordinate representation of color #ADBFF4: hue angle of 224.79º 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 #ADBFF4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 191 | 244 | - |
CMYK | 0.29 | 0.22 | 0 | 0.04 |
HSL | 224.79º | 0.76% | 0.82% | - |
HSV(B) | 224.79º | 0.29% | 0.96% | - |
XYZ | 52.19 | 52.68 | 93 | - |
YUV | 191.66 | 157.54 | 114.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 191 | 244 | 0.29 | 0.22 | 0 | 0.04 | 224.79 | 0.76 | 0.82 |
Hex | AD | BF | F4 | 1D | 16 | 0 | 4 | E1 | 4C | 52 |
Octal | 255 | 277 | 364 | 35 | 26 | 0 | 4 | 341 | 114 | 122 |
Binary | 10101101 | 10111111 | 11110100 | 11101 | 10110 | 0 | 100 | 11100001 | 1001100 | 1010010 |
Color Harmonies of #ADBFF4
Complementary color
Monochromatic Colors of #ADBFF4
Black with #ADBFF4
Text Example
Text Example
White with #ADBFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFF4; }
p { color: rgb(173,191,244); }
H1.HeaderClassName
{
color: #ADBFF4;
}
.AnyTagClassName
{
color: #ADBFF4;
}
</style>
background-color css
<style>
a { background-color: #ADBFF4; }
a { background-color: rgb(173,191,244); }
div.DivClassName
{
background-color: #ADBFF4;
}
.BgClassName
{
background-color: #ADBFF4;
}
</style>
border-color css
<style>
span { border-color: #ADBFF4; }
span { border-color: rgb(173,191,244); }
td.TdClassName
{
border-color: #ADBFF4;
}
.TagClassName
{
border-color: #ADBFF4;
}
</style>