Html Css Color HEX #AEBFFA Perano

📋 copy color: '#AEBFFA'

red 174 ◦ green 191 ◦ blue 250

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

Shades of Perano #AEBFFA

Tints of Perano #AEBFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 28.29%
G = 31.06%
B = 40.65%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEBFFA (or 0xAEBFFA) is known color: Perano. HEX triplet: AE, BF and FA. RGB value is (174,191,250). Sum of RGB (Red+Green+Blue) = 174+191+250=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEBFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFFA is #514005. Grayscale: #C0C0C0. Windows color (decimal): -5324806 or 16433070. OLE color: 16433070.

HSL color Cylindrical-coordinate representation of color #AEBFFA: hue angle of 226.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBFFA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 191 250 -
CMYK 0.30 0.24 0 0.02
HSL 226.58º 0.88% 0.83% -
HSV(B) 226.58º 0.3% 0.98% -
XYZ 53.34 53.16 97.89 -
YUV 192.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 174 191 250 0.30 0.24 0 0.02 226.58 0.88 0.83
Hex AE BF FA 1E 18 0 2 E3 58 53
Octal 256 277 372 36 30 0 2 343 130 123
Binary 10101110 10111111 11111010 11110 11000 0 10 11100011 1011000 1010011

Color Harmonies of #AEBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFFA

Black with #AEBFFA

Text Example


Text Example

White with #AEBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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