Html Css Color HEX #AAB6EB Perano

📋 copy color: '#AAB6EB'

red 170 ◦ green 182 ◦ blue 235

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

Shades of Perano #AAB6EB

Tints of Perano #AAB6EB

RGB

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

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

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

R = 28.96%
G = 31.01%
B = 40.03%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAB6EB (or 0xAAB6EB) is known color: Perano. HEX triplet: AA, B6 and EB. RGB value is (170,182,235). Sum of RGB (Red+Green+Blue) = 170+182+235=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6EB is #554914. Grayscale: #B8B8B8. Windows color (decimal): -5589269 or 15447722. OLE color: 15447722.

HSL color Cylindrical-coordinate representation of color #AAB6EB: hue angle of 228.92º 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 #AAB6EB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 182 235 -
CMYK 0.28 0.23 0 0.08
HSL 228.92º 0.62% 0.79% -
HSV(B) 228.92º 0.28% 0.92% -
XYZ 48.3 48 85.32 -
YUV 184.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 170 182 235 0.28 0.23 0 0.08 228.92 0.62 0.79
Hex AA B6 EB 1C 17 0 8 E5 3E 4F
Octal 252 266 353 34 27 0 10 345 76 117
Binary 10101010 10110110 11101011 11100 10111 0 1000 11100101 111110 1001111

Color Harmonies of #AAB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6EB

Black with #AAB6EB

Text Example


Text Example

White with #AAB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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