#ADAEFB

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

Shades of Perano #ADAEFB

Tints of Perano #ADAEFB

Color information

#ADAEFB (or 0xADAEFB) is unknown color: approx Perano. HEX triplet: AD, AE and FB. RGB value is (173,174,251). Sum of RGB (Red+Green+Blue) = 173+174+251=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEFB is #525104. Grayscale: #B6B6B6. Windows color (decimal): -5394693 or 16494253. OLE color: 16494253.

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

Color convert

RGB173174251-
CMYK0.310.3100.02
HSL239.23º90.7%83.14%-
HSV(B)239.23º31.08%98.43%-
XYZ49.7846.1297.55-
YUV182.48166.67121.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=28.93%
G=29.10%
B=41.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731742510.310.3100.02239.2390.783.14
HexADAEFB1F1F02ef5b53
Octal255256373373702357133123
Binary10101101101011101111101111111111110101110111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEFB; }

 p { color: rgb(173,174,251); }

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

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

 a { background-color: rgb(173,174,251); }

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

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

 span { border-color: rgb(173,174,251); }

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