Html Css Color HEX #AAABEB Perano

📋 copy color: '#AAABEB'

red 170 ◦ green 171 ◦ blue 235

#AAABEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AAABEB

Tints of Perano #AAABEB

RGB

 RED value IS 170 (66.8% from 255) = 29.51%

 GREEN value IS 171 (67.19% from 255) = 29.69%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 29.51%
G = 29.69%
B = 40.8%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAABEB (or 0xAAABEB) is known color: Perano. HEX triplet: AA, AB and EB. RGB value is (170,171,235). Sum of RGB (Red+Green+Blue) = 170+171+235=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABEB is #555414. Grayscale: #B1B1B1. Windows color (decimal): -5592085 or 15444906. OLE color: 15444906.

HSL color Cylindrical-coordinate representation of color #AAABEB: hue angle of 239.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAABEB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 171 235 -
CMYK 0.28 0.27 0 0.08
HSL 239.08º 0.62% 0.79% -
HSV(B) 239.08º 0.28% 0.92% -
XYZ 46.14 43.67 84.59 -
YUV 178 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 170 171 235 0.28 0.27 0 0.08 239.08 0.62 0.79
Hex AA AB EB 1C 1B 0 8 EF 3E 4F
Octal 252 253 353 34 33 0 10 357 76 117
Binary 10101010 10101011 11101011 11100 11011 0 1000 11101111 111110 1001111

Color Harmonies of #AAABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAABEB

Black with #AAABEB

Text Example


Text Example

White with #AAABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAABEB; }

 p { color: rgb(170,171,235); }

 H1.HeaderClassName
 {
   color: #AAABEB;
 }
 .AnyTagClassName
 {
   color: #AAABEB;
 }
</style>

background-color css

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

 a { background-color: rgb(170,171,235); }

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

border-color css

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

 span { border-color: rgb(170,171,235); }

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