Html Css Color HEX #AABDE8 Perano

📋 copy color: '#AABDE8'

red 170 ◦ green 189 ◦ blue 232

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

Shades of Perano #AABDE8

Tints of Perano #AABDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.98%

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 28.76%
G = 31.98%
B = 39.26%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABDE8 (or 0xAABDE8) is known color: Perano. HEX triplet: AA, BD and E8. RGB value is (170,189,232). Sum of RGB (Red+Green+Blue) = 170+189+232=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDE8 is #554217. Grayscale: #BCBCBC. Windows color (decimal): -5587480 or 15252906. OLE color: 15252906.

HSL color Cylindrical-coordinate representation of color #AABDE8: hue angle of 221.61º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABDE8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 189 232 -
CMYK 0.27 0.19 0 0.09
HSL 221.61º 0.57% 0.79% -
HSV(B) 221.61º 0.27% 0.91% -
XYZ 49.34 50.77 83.54 -
YUV 188.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 170 189 232 0.27 0.19 0 0.09 221.61 0.57 0.79
Hex AA BD E8 1B 13 0 9 DE 39 4F
Octal 252 275 350 33 23 0 11 336 71 117
Binary 10101010 10111101 11101000 11011 10011 0 1001 11011110 111001 1001111

Color Harmonies of #AABDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDE8

Black with #AABDE8

Text Example


Text Example

White with #AABDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDE8; }

 p { color: rgb(170,189,232); }

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

background-color css

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

 a { background-color: rgb(170,189,232); }

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

border-color css

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

 span { border-color: rgb(170,189,232); }

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