Html Css Color HEX #AEBFE4 Perano

📋 copy color: '#AEBFE4'

red 174 ◦ green 191 ◦ blue 228

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

Shades of Perano #AEBFE4

Tints of Perano #AEBFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 29.34%
G = 32.21%
B = 38.45%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEBFE4 (or 0xAEBFE4) is known color: Perano. HEX triplet: AE, BF and E4. RGB value is (174,191,228). Sum of RGB (Red+Green+Blue) = 174+191+228=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEBFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE4 is #51401B. Grayscale: #BDBDBD. Windows color (decimal): -5324828 or 14991278. OLE color: 14991278.

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

Color convert

RGB 174 191 228 -
CMYK 0.24 0.16 0 0.11
HSL 221.11º 0.5% 0.79% -
HSV(B) 221.11º 0.24% 0.89% -
XYZ 50.09 51.86 80.77 -
YUV 190.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 174 191 228 0.24 0.16 0 0.11 221.11 0.5 0.79
Hex AE BF E4 18 10 0 B DD 32 4F
Octal 256 277 344 30 20 0 13 335 62 117
Binary 10101110 10111111 11100100 11000 10000 0 1011 11011101 110010 1001111

Color Harmonies of #AEBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFE4

Black with #AEBFE4

Text Example


Text Example

White with #AEBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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