Html Css Color HEX #AABDE7 Perano

📋 copy color: '#AABDE7'

red 170 ◦ green 189 ◦ blue 231

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

Shades of Perano #AABDE7

Tints of Perano #AABDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.15%

R = 28.81%
G = 32.03%
B = 39.15%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABDE7 (or 0xAABDE7) is known color: Perano. HEX triplet: AA, BD and E7. RGB value is (170,189,231). Sum of RGB (Red+Green+Blue) = 170+189+231=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #AABDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDE7 is #554218. Grayscale: #BBBBBB. Windows color (decimal): -5587481 or 15187370. OLE color: 15187370.

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

Color convert

RGB 170 189 231 -
CMYK 0.26 0.18 0 0.09
HSL 221.31º 0.56% 0.79% -
HSV(B) 221.31º 0.26% 0.91% -
XYZ 49.2 50.71 82.8 -
YUV 188.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 170 189 231 0.26 0.18 0 0.09 221.31 0.56 0.79
Hex AA BD E7 1A 12 0 9 DD 38 4F
Octal 252 275 347 32 22 0 11 335 70 117
Binary 10101010 10111101 11100111 11010 10010 0 1001 11011101 111000 1001111

Color Harmonies of #AABDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDE7

Black with #AABDE7

Text Example


Text Example

White with #AABDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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