Html Css Color HEX #AEBAEC Perano

📋 copy color: '#AEBAEC'

red 174 ◦ green 186 ◦ blue 236

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

Shades of Perano #AEBAEC

Tints of Perano #AEBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

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

R = 29.19%
G = 31.21%
B = 39.6%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEBAEC (or 0xAEBAEC) is known color: Perano. HEX triplet: AE, BA and EC. RGB value is (174,186,236). Sum of RGB (Red+Green+Blue) = 174+186+236=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAEC is #514513. Grayscale: #BBBBBB. Windows color (decimal): -5326100 or 15514286. OLE color: 15514286.

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

Color convert

RGB 174 186 236 -
CMYK 0.26 0.21 0 0.07
HSL 228.39º 0.62% 0.8% -
HSV(B) 228.39º 0.26% 0.93% -
XYZ 50.15 50.17 86.4 -
YUV 188.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 174 186 236 0.26 0.21 0 0.07 228.39 0.62 0.8
Hex AE BA EC 1A 15 0 7 E4 3E 50
Octal 256 272 354 32 25 0 7 344 76 120
Binary 10101110 10111010 11101100 11010 10101 0 111 11100100 111110 1010000

Color Harmonies of #AEBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAEC

Black with #AEBAEC

Text Example


Text Example

White with #AEBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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