Html Css Color HEX #AABDE6 Perano

📋 copy color: '#AABDE6'

red 170 ◦ green 189 ◦ blue 230

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

Shades of Perano #AABDE6

Tints of Perano #AABDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.05%

R = 28.86%
G = 32.09%
B = 39.05%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AABDE6 (or 0xAABDE6) is known color: Perano. HEX triplet: AA, BD and E6. RGB value is (170,189,230). Sum of RGB (Red+Green+Blue) = 170+189+230=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDE6 is #554219. Grayscale: #BBBBBB. Windows color (decimal): -5587482 or 15121834. OLE color: 15121834.

HSL color Cylindrical-coordinate representation of color #AABDE6: hue angle of 221º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABDE6 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 189 230 -
CMYK 0.26 0.18 0 0.10
HSL 221º 0.55% 0.78% -
HSV(B) 221º 0.26% 0.9% -
XYZ 49.06 50.65 82.05 -
YUV 187.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 170 189 230 0.26 0.18 0 0.10 221 0.55 0.78
Hex AA BD E6 1A 12 0 A DD 37 4E
Octal 252 275 346 32 22 0 12 335 67 116
Binary 10101010 10111101 11100110 11010 10010 0 1010 11011101 110111 1001110

Color Harmonies of #AABDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDE6

Black with #AABDE6

Text Example


Text Example

White with #AABDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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