Html Css Color HEX #AEB9EC Perano

📋 copy color: '#AEB9EC'

red 174 ◦ green 185 ◦ blue 236

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

Shades of Perano #AEB9EC

Tints of Perano #AEB9EC

RGB

 RED value IS 174 (68.36% from 255) = 29.24%

 GREEN value IS 185 (72.66% from 255) = 31.09%

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

R = 29.24%
G = 31.09%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB9EC (or 0xAEB9EC) is known color: Perano. HEX triplet: AE, B9 and EC. RGB value is (174,185,236). Sum of RGB (Red+Green+Blue) = 174+185+236=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 185 (72.66% from 255 or 31.09% 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 #AEB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9EC is #514613. Grayscale: #BBBBBB. Windows color (decimal): -5326356 or 15514030. OLE color: 15514030.

HSL color Cylindrical-coordinate representation of color #AEB9EC: hue angle of 229.35º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB9EC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 185 236 -
CMYK 0.26 0.22 0 0.07
HSL 229.35º 0.62% 0.8% -
HSV(B) 229.35º 0.26% 0.93% -
XYZ 49.94 49.75 86.33 -
YUV 187.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 174 185 236 0.26 0.22 0 0.07 229.35 0.62 0.8
Hex AE B9 EC 1A 16 0 7 E5 3E 50
Octal 256 271 354 32 26 0 7 345 76 120
Binary 10101110 10111001 11101100 11010 10110 0 111 11100101 111110 1010000

Color Harmonies of #AEB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9EC

Black with #AEB9EC

Text Example


Text Example

White with #AEB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9EC; }

 p { color: rgb(174,185,236); }

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

background-color css

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

 a { background-color: rgb(174,185,236); }

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

border-color css

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

 span { border-color: rgb(174,185,236); }

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