Html Css Color HEX #AEBFEA Perano

📋 copy color: '#AEBFEA'

red 174 ◦ green 191 ◦ blue 234

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

Shades of Perano #AEBFEA

Tints of Perano #AEBFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.89%

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

R = 29.05%
G = 31.89%
B = 39.07%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEBFEA (or 0xAEBFEA) is known color: Perano. HEX triplet: AE, BF and EA. RGB value is (174,191,234). Sum of RGB (Red+Green+Blue) = 174+191+234=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFEA is #514015. Grayscale: #BEBEBE. Windows color (decimal): -5324822 or 15384494. OLE color: 15384494.

HSL color Cylindrical-coordinate representation of color #AEBFEA: hue angle of 223º 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 #AEBFEA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 191 234 -
CMYK 0.26 0.18 0 0.08
HSL 223º 0.59% 0.8% -
HSV(B) 223º 0.26% 0.92% -
XYZ 50.94 52.2 85.23 -
YUV 190.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 174 191 234 0.26 0.18 0 0.08 223 0.59 0.8
Hex AE BF EA 1A 12 0 8 DF 3B 50
Octal 256 277 352 32 22 0 10 337 73 120
Binary 10101110 10111111 11101010 11010 10010 0 1000 11011111 111011 1010000

Color Harmonies of #AEBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFEA

Black with #AEBFEA

Text Example


Text Example

White with #AEBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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