#ADBAF9

Color #ADBAF9 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADBAF9

Tints of Perano #ADBAF9

Color information

#ADBAF9 (or 0xADBAF9) is unknown color: approx Perano. HEX triplet: AD, BA and F9. RGB value is (173,186,249). Sum of RGB (Red+Green+Blue) = 173+186+249=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADBAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAF9 is #524506. Grayscale: #BDBDBD. Windows color (decimal): -5391623 or 16366253. OLE color: 16366253.

HSL color Cylindrical-coordinate representation of color #ADBAF9: hue angle of 229.74º degrees, saturation: 0.86, 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 #ADBAF9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173186249-
CMYK0.310.2500.02
HSL229.74º86.36%82.75%-
HSV(B)229.74º30.52%97.65%-
XYZ51.8950.8496.7-
YUV189.3161.69116.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=28.45%
G=30.59%
B=40.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731862490.310.2500.02229.7486.3682.75
HexADBAF91F1902e65653
Octal255272371373102346126123
Binary10101101101110101111100111111110010101110011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAF9; }

 p { color: rgb(173,186,249); }

 H1.HeaderClassName
 {
   color: #ADBAF9;
 }
 .AnyTagClassName
 {
   color: #ADBAF9;
 }
</style>
background-color css

<style>
 a { background-color: #ADBAF9; }

 a { background-color: rgb(173,186,249); }

 div.DivClassName
 {
   background-color: #ADBAF9;
 }
 .BgClassName
 {
   background-color: #ADBAF9;
 }
</style>
border-color css

<style>
 span { border-color: #ADBAF9; }

 span { border-color: rgb(173,186,249); }

 td.TdClassName
 {
   border-color: #ADBAF9;
 }
 .TagClassName
 {
   border-color: #ADBAF9;
 }
</style>