Html Css Color HEX #AAB2EC Perano

📋 copy color: '#AAB2EC'

red 170 ◦ green 178 ◦ blue 236

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

Shades of Perano #AAB2EC

Tints of Perano #AAB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.48%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 29.11%
G = 30.48%
B = 40.41%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAB2EC (or 0xAAB2EC) is known color: Perano. HEX triplet: AA, B2 and EC. RGB value is (170,178,236). Sum of RGB (Red+Green+Blue) = 170+178+236=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2EC is #554D13. Grayscale: #B5B5B5. Windows color (decimal): -5590292 or 15512234. OLE color: 15512234.

HSL color Cylindrical-coordinate representation of color #AAB2EC: hue angle of 232.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB2EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 178 236 -
CMYK 0.28 0.25 0 0.07
HSL 232.73º 0.63% 0.8% -
HSV(B) 232.73º 0.28% 0.93% -
XYZ 47.64 46.44 85.81 -
YUV 182.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 170 178 236 0.28 0.25 0 0.07 232.73 0.63 0.8
Hex AA B2 EC 1C 19 0 7 E9 3F 50
Octal 252 262 354 34 31 0 7 351 77 120
Binary 10101010 10110010 11101100 11100 11001 0 111 11101001 111111 1010000

Color Harmonies of #AAB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2EC

Black with #AAB2EC

Text Example


Text Example

White with #AAB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2EC; }

 p { color: rgb(170,178,236); }

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

background-color css

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

 a { background-color: rgb(170,178,236); }

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

border-color css

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

 span { border-color: rgb(170,178,236); }

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