Html Css Color HEX #AEBEF8 Perano

📋 copy color: '#AEBEF8'

red 174 ◦ green 190 ◦ blue 248

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

Shades of Perano #AEBEF8

Tints of Perano #AEBEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.05%

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 28.43%
G = 31.05%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEBEF8 (or 0xAEBEF8) is known color: Perano. HEX triplet: AE, BE and F8. RGB value is (174,190,248). Sum of RGB (Red+Green+Blue) = 174+190+248=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEBEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEF8 is #514107. Grayscale: #BFBFBF. Windows color (decimal): -5325064 or 16301742. OLE color: 16301742.

HSL color Cylindrical-coordinate representation of color #AEBEF8: hue angle of 227.03º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBEF8 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 190 248 -
CMYK 0.30 0.23 0 0.03
HSL 227.03º 0.84% 0.83% -
HSV(B) 227.03º 0.3% 0.97% -
XYZ 52.81 52.6 96.18 -
YUV 191.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 174 190 248 0.30 0.23 0 0.03 227.03 0.84 0.83
Hex AE BE F8 1E 17 0 3 E3 54 53
Octal 256 276 370 36 27 0 3 343 124 123
Binary 10101110 10111110 11111000 11110 10111 0 11 11100011 1010100 1010011

Color Harmonies of #AEBEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEF8

Black with #AEBEF8

Text Example


Text Example

White with #AEBEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEF8; }

 p { color: rgb(174,190,248); }

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

background-color css

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

 a { background-color: rgb(174,190,248); }

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

border-color css

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

 span { border-color: rgb(174,190,248); }

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