Html Css Color HEX #AEBAE5 Perano

📋 copy color: '#AEBAE5'

red 174 ◦ green 186 ◦ blue 229

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

Shades of Perano #AEBAE5

Tints of Perano #AEBAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 29.54%
G = 31.58%
B = 38.88%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEBAE5 (or 0xAEBAE5) is known color: Perano. HEX triplet: AE, BA and E5. RGB value is (174,186,229). Sum of RGB (Red+Green+Blue) = 174+186+229=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAE5 is #51451A. Grayscale: #BBBBBB. Windows color (decimal): -5326107 or 15055534. OLE color: 15055534.

HSL color Cylindrical-coordinate representation of color #AEBAE5: hue angle of 226.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBAE5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 186 229 -
CMYK 0.24 0.19 0 0.10
HSL 226.91º 0.51% 0.79% -
HSV(B) 226.91º 0.24% 0.9% -
XYZ 49.16 49.77 81.15 -
YUV 187.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 174 186 229 0.24 0.19 0 0.10 226.91 0.51 0.79
Hex AE BA E5 18 13 0 A E3 33 4F
Octal 256 272 345 30 23 0 12 343 63 117
Binary 10101110 10111010 11100101 11000 10011 0 1010 11100011 110011 1001111

Color Harmonies of #AEBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAE5

Black with #AEBAE5

Text Example


Text Example

White with #AEBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAE5; }

 p { color: rgb(174,186,229); }

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

background-color css

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

 a { background-color: rgb(174,186,229); }

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

border-color css

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

 span { border-color: rgb(174,186,229); }

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