Html Css Color HEX #AEB6EA Perano

📋 copy color: '#AEB6EA'

red 174 ◦ green 182 ◦ blue 234

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

Shades of Perano #AEB6EA

Tints of Perano #AEB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 29.49%
G = 30.85%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEB6EA (or 0xAEB6EA) is known color: Perano. HEX triplet: AE, B6 and EA. RGB value is (174,182,234). Sum of RGB (Red+Green+Blue) = 174+182+234=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6EA is #514915. Grayscale: #B9B9B9. Windows color (decimal): -5327126 or 15382190. OLE color: 15382190.

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

Color convert

RGB 174 182 234 -
CMYK 0.26 0.22 0 0.08
HSL 232º 0.59% 0.8% -
HSV(B) 232º 0.26% 0.92% -
XYZ 49.03 48.4 84.6 -
YUV 185.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 174 182 234 0.26 0.22 0 0.08 232 0.59 0.8
Hex AE B6 EA 1A 16 0 8 E8 3B 50
Octal 256 266 352 32 26 0 10 350 73 120
Binary 10101110 10110110 11101010 11010 10110 0 1000 11101000 111011 1010000

Color Harmonies of #AEB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB6EA

Black with #AEB6EA

Text Example


Text Example

White with #AEB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB6EA; }

 p { color: rgb(174,182,234); }

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

background-color css

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

 a { background-color: rgb(174,182,234); }

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

border-color css

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

 span { border-color: rgb(174,182,234); }

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