#ADAEEB

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

Shades of Perano #ADAEEB

Tints of Perano #ADAEEB

Color information

#ADAEEB (or 0xADAEEB) is unknown color: approx Perano. HEX triplet: AD, AE and EB. RGB value is (173,174,235). Sum of RGB (Red+Green+Blue) = 173+174+235=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEB is #525114. Grayscale: #B4B4B4. Windows color (decimal): -5394709 or 15445677. OLE color: 15445677.

HSL color Cylindrical-coordinate representation of color #ADAEEB: hue angle of 239.03º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAEEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173174235-
CMYK0.260.2600.08
HSL239.03º60.78%80%-
HSV(B)239.03º26.38%92.16%-
XYZ47.3745.1584.82-
YUV180.65158.67122.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=29.73%
G=29.90%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731742350.260.2600.08239.0360.7880
HexADAEEB1A1A08ef3d50
Octal255256353323201035775120
Binary101011011010111011101011110101101001000111011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEEB; }

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

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

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

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

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

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

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

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