Html Css Color HEX #AEB4EC Perano

📋 copy color: '#AEB4EC'

red 174 ◦ green 180 ◦ blue 236

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

Shades of Perano #AEB4EC

Tints of Perano #AEB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

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

R = 29.49%
G = 30.51%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB4EC (or 0xAEB4EC) is known color: Perano. HEX triplet: AE, B4 and EC. RGB value is (174,180,236). Sum of RGB (Red+Green+Blue) = 174+180+236=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4EC is #514B13. Grayscale: #B8B8B8. Windows color (decimal): -5327636 or 15512750. OLE color: 15512750.

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

Color convert

RGB 174 180 236 -
CMYK 0.26 0.24 0 0.07
HSL 234.19º 0.62% 0.8% -
HSV(B) 234.19º 0.26% 0.93% -
XYZ 48.92 47.7 85.99 -
YUV 184.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 174 180 236 0.26 0.24 0 0.07 234.19 0.62 0.8
Hex AE B4 EC 1A 18 0 7 EA 3E 50
Octal 256 264 354 32 30 0 7 352 76 120
Binary 10101110 10110100 11101100 11010 11000 0 111 11101010 111110 1010000

Color Harmonies of #AEB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4EC

Black with #AEB4EC

Text Example


Text Example

White with #AEB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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