Html Css Color HEX #AABDEC Perano

📋 copy color: '#AABDEC'

red 170 ◦ green 189 ◦ blue 236

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

Shades of Perano #AABDEC

Tints of Perano #AABDEC

RGB

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

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

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

R = 28.57%
G = 31.76%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AABDEC (or 0xAABDEC) is known color: Perano. HEX triplet: AA, BD and EC. RGB value is (170,189,236). Sum of RGB (Red+Green+Blue) = 170+189+236=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEC is #554213. Grayscale: #BCBCBC. Windows color (decimal): -5587476 or 15515050. OLE color: 15515050.

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

Color convert

RGB 170 189 236 -
CMYK 0.28 0.20 0 0.07
HSL 222.73º 0.63% 0.8% -
HSV(B) 222.73º 0.28% 0.93% -
XYZ 49.92 51 86.57 -
YUV 188.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 170 189 236 0.28 0.20 0 0.07 222.73 0.63 0.8
Hex AA BD EC 1C 14 0 7 DF 3F 50
Octal 252 275 354 34 24 0 7 337 77 120
Binary 10101010 10111101 11101100 11100 10100 0 111 11011111 111111 1010000

Color Harmonies of #AABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDEC

Black with #AABDEC

Text Example


Text Example

White with #AABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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