#ADBAF0

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

Shades of Perano #ADBAF0

Tints of Perano #ADBAF0

Color information

#ADBAF0 (or 0xADBAF0) is unknown color: approx Perano. HEX triplet: AD, BA and F0. RGB value is (173,186,240). Sum of RGB (Red+Green+Blue) = 173+186+240=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAF0 is #52450F. Grayscale: #BCBCBC. Windows color (decimal): -5391632 or 15776429. OLE color: 15776429.

HSL color Cylindrical-coordinate representation of color #ADBAF0: hue angle of 228.36º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBAF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173186240-
CMYK0.280.2200.06
HSL228.36º69.07%80.98%-
HSV(B)228.36º27.92%94.12%-
XYZ50.5250.2989.48-
YUV188.27157.19117.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=28.88%
G=31.05%
B=40.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731862400.280.2200.06228.3669.0780.98
HexADBAF01C1606e44551
Octal255272360342606344105121
Binary101011011011101011110000111001011001101110010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAF0; }

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

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

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

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

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

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

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

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