Html Css Color HEX #AEBFEC Perano

📋 copy color: '#AEBFEC'

red 174 ◦ green 191 ◦ blue 236

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

Shades of Perano #AEBFEC

Tints of Perano #AEBFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.27%

R = 28.95%
G = 31.78%
B = 39.27%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEBFEC (or 0xAEBFEC) is known color: Perano. HEX triplet: AE, BF and EC. RGB value is (174,191,236). Sum of RGB (Red+Green+Blue) = 174+191+236=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFEC is #514013. Grayscale: #BEBEBE. Windows color (decimal): -5324820 or 15515566. OLE color: 15515566.

HSL color Cylindrical-coordinate representation of color #AEBFEC: hue angle of 223.55º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBFEC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 191 236 -
CMYK 0.26 0.19 0 0.07
HSL 223.55º 0.62% 0.8% -
HSV(B) 223.55º 0.26% 0.93% -
XYZ 51.23 52.32 86.76 -
YUV 191.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 174 191 236 0.26 0.19 0 0.07 223.55 0.62 0.8
Hex AE BF EC 1A 13 0 7 E0 3E 50
Octal 256 277 354 32 23 0 7 340 76 120
Binary 10101110 10111111 11101100 11010 10011 0 111 11100000 111110 1010000

Color Harmonies of #AEBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFEC

Black with #AEBFEC

Text Example


Text Example

White with #AEBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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