Html Css Color HEX #AEBFE3 Perano

📋 copy color: '#AEBFE3'

red 174 ◦ green 191 ◦ blue 227

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

Shades of Perano #AEBFE3

Tints of Perano #AEBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.34%

R = 29.39%
G = 32.26%
B = 38.34%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEBFE3 (or 0xAEBFE3) is known color: Perano. HEX triplet: AE, BF and E3. RGB value is (174,191,227). Sum of RGB (Red+Green+Blue) = 174+191+227=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEBFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE3 is #51401C. Grayscale: #BDBDBD. Windows color (decimal): -5324829 or 14925742. OLE color: 14925742.

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

Color convert

RGB 174 191 227 -
CMYK 0.23 0.16 0 0.11
HSL 220.75º 0.49% 0.79% -
HSV(B) 220.75º 0.23% 0.89% -
XYZ 49.95 51.81 80.04 -
YUV 190.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 174 191 227 0.23 0.16 0 0.11 220.75 0.49 0.79
Hex AE BF E3 17 10 0 B DD 31 4F
Octal 256 277 343 27 20 0 13 335 61 117
Binary 10101110 10111111 11100011 10111 10000 0 1011 11011101 110001 1001111

Color Harmonies of #AEBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFE3

Black with #AEBFE3

Text Example


Text Example

White with #AEBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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