Html Css Color HEX #AEBEEC Perano

📋 copy color: '#AEBEEC'

red 174 ◦ green 190 ◦ blue 236

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

Shades of Perano #AEBEEC

Tints of Perano #AEBEEC

RGB

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

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

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

R = 29%
G = 31.67%
B = 39.33%

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

#AEBEEC (or 0xAEBEEC) is known color: Perano. HEX triplet: AE, BE and EC. RGB value is (174,190,236). Sum of RGB (Red+Green+Blue) = 174+190+236=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEEC is #514113. Grayscale: #BEBEBE. Windows color (decimal): -5325076 or 15515310. OLE color: 15515310.

HSL color Cylindrical-coordinate representation of color #AEBEEC: hue angle of 224.52º 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 #AEBEEC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 190 236 -
CMYK 0.26 0.19 0 0.07
HSL 224.52º 0.62% 0.8% -
HSV(B) 224.52º 0.26% 0.93% -
XYZ 51.01 51.88 86.68 -
YUV 190.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 174 190 236 0.26 0.19 0 0.07 224.52 0.62 0.8
Hex AE BE EC 1A 13 0 7 E1 3E 50
Octal 256 276 354 32 23 0 7 341 76 120
Binary 10101110 10111110 11101100 11010 10011 0 111 11100001 111110 1010000

Color Harmonies of #AEBEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEEC

Black with #AEBEEC

Text Example


Text Example

White with #AEBEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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