Html Css Color HEX #AEB2EC Perano

📋 copy color: '#AEB2EC'

red 174 ◦ green 178 ◦ blue 236

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

Shades of Perano #AEB2EC

Tints of Perano #AEB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.27%

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

R = 29.59%
G = 30.27%
B = 40.14%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB2EC (or 0xAEB2EC) is known color: Perano. HEX triplet: AE, B2 and EC. RGB value is (174,178,236). Sum of RGB (Red+Green+Blue) = 174+178+236=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2EC is #514D13. Grayscale: #B7B7B7. Windows color (decimal): -5328148 or 15512238. OLE color: 15512238.

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

Color convert

RGB 174 178 236 -
CMYK 0.26 0.25 0 0.07
HSL 236.13º 0.62% 0.8% -
HSV(B) 236.13º 0.26% 0.93% -
XYZ 48.52 46.9 85.85 -
YUV 183.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 174 178 236 0.26 0.25 0 0.07 236.13 0.62 0.8
Hex AE B2 EC 1A 19 0 7 EC 3E 50
Octal 256 262 354 32 31 0 7 354 76 120
Binary 10101110 10110010 11101100 11010 11001 0 111 11101100 111110 1010000

Color Harmonies of #AEB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2EC

Black with #AEB2EC

Text Example


Text Example

White with #AEB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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