Html Css Color HEX #AAB6EF Perano

📋 copy color: '#AAB6EF'

red 170 ◦ green 182 ◦ blue 239

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

Shades of Perano #AAB6EF

Tints of Perano #AAB6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.8%

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 28.76%
G = 30.8%
B = 40.44%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB6EF (or 0xAAB6EF) is known color: Perano. HEX triplet: AA, B6 and EF. RGB value is (170,182,239). Sum of RGB (Red+Green+Blue) = 170+182+239=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6EF is #554910. Grayscale: #B8B8B8. Windows color (decimal): -5589265 or 15709866. OLE color: 15709866.

HSL color Cylindrical-coordinate representation of color #AAB6EF: hue angle of 229.57º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB6EF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 182 239 -
CMYK 0.29 0.24 0 0.06
HSL 229.57º 0.68% 0.8% -
HSV(B) 229.57º 0.29% 0.94% -
XYZ 48.89 48.23 88.39 -
YUV 184.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 170 182 239 0.29 0.24 0 0.06 229.57 0.68 0.8
Hex AA B6 EF 1D 18 0 6 E6 44 50
Octal 252 266 357 35 30 0 6 346 104 120
Binary 10101010 10110110 11101111 11101 11000 0 110 11100110 1000100 1010000

Color Harmonies of #AAB6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6EF

Black with #AAB6EF

Text Example


Text Example

White with #AAB6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6EF; }

 p { color: rgb(170,182,239); }

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

background-color css

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

 a { background-color: rgb(170,182,239); }

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

border-color css

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

 span { border-color: rgb(170,182,239); }

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