Html Css Color HEX #AAB8EB Perano

📋 copy color: '#AAB8EB'

red 170 ◦ green 184 ◦ blue 235

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

Shades of Perano #AAB8EB

Tints of Perano #AAB8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.24%

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

R = 28.86%
G = 31.24%
B = 39.9%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAB8EB (or 0xAAB8EB) is known color: Perano. HEX triplet: AA, B8 and EB. RGB value is (170,184,235). Sum of RGB (Red+Green+Blue) = 170+184+235=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8EB is #554714. Grayscale: #B9B9B9. Windows color (decimal): -5588757 or 15448234. OLE color: 15448234.

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

Color convert

RGB 170 184 235 -
CMYK 0.28 0.22 0 0.08
HSL 227.08º 0.62% 0.79% -
HSV(B) 227.08º 0.28% 0.92% -
XYZ 48.71 48.83 85.45 -
YUV 185.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 170 184 235 0.28 0.22 0 0.08 227.08 0.62 0.79
Hex AA B8 EB 1C 16 0 8 E3 3E 4F
Octal 252 270 353 34 26 0 10 343 76 117
Binary 10101010 10111000 11101011 11100 10110 0 1000 11100011 111110 1001111

Color Harmonies of #AAB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8EB

Black with #AAB8EB

Text Example


Text Example

White with #AAB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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