Html Css Color HEX #AEBAE3 Perano

📋 copy color: '#AEBAE3'

red 174 ◦ green 186 ◦ blue 227

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

Shades of Perano #AEBAE3

Tints of Perano #AEBAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 29.64%
G = 31.69%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEBAE3 (or 0xAEBAE3) is known color: Perano. HEX triplet: AE, BA and E3. RGB value is (174,186,227). Sum of RGB (Red+Green+Blue) = 174+186+227=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEBAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAE3 is #51451C. Grayscale: #BABABA. Windows color (decimal): -5326109 or 14924462. OLE color: 14924462.

HSL color Cylindrical-coordinate representation of color #AEBAE3: hue angle of 226.42º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBAE3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 186 227 -
CMYK 0.23 0.18 0 0.11
HSL 226.42º 0.49% 0.79% -
HSV(B) 226.42º 0.23% 0.89% -
XYZ 48.88 49.66 79.68 -
YUV 187.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 174 186 227 0.23 0.18 0 0.11 226.42 0.49 0.79
Hex AE BA E3 17 12 0 B E2 31 4F
Octal 256 272 343 27 22 0 13 342 61 117
Binary 10101110 10111010 11100011 10111 10010 0 1011 11100010 110001 1001111

Color Harmonies of #AEBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAE3

Black with #AEBAE3

Text Example


Text Example

White with #AEBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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