Html Css Color HEX #AEBEF5 Perano

📋 copy color: '#AEBEF5'

red 174 ◦ green 190 ◦ blue 245

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

Shades of Perano #AEBEF5

Tints of Perano #AEBEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.23%

R = 28.57%
G = 31.2%
B = 40.23%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEBEF5 (or 0xAEBEF5) is known color: Perano. HEX triplet: AE, BE and F5. RGB value is (174,190,245). Sum of RGB (Red+Green+Blue) = 174+190+245=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEBEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEF5 is #51410A. Grayscale: #BFBFBF. Windows color (decimal): -5325067 or 16105134. OLE color: 16105134.

HSL color Cylindrical-coordinate representation of color #AEBEF5: hue angle of 226.48º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBEF5 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 190 245 -
CMYK 0.29 0.22 0 0.04
HSL 226.48º 0.78% 0.82% -
HSV(B) 226.48º 0.29% 0.96% -
XYZ 52.35 52.42 93.74 -
YUV 191.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 174 190 245 0.29 0.22 0 0.04 226.48 0.78 0.82
Hex AE BE F5 1D 16 0 4 E2 4E 52
Octal 256 276 365 35 26 0 4 342 116 122
Binary 10101110 10111110 11110101 11101 10110 0 100 11100010 1001110 1010010

Color Harmonies of #AEBEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEF5

Black with #AEBEF5

Text Example


Text Example

White with #AEBEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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