Html Css Color HEX #AEB7EC Perano

📋 copy color: '#AEB7EC'

red 174 ◦ green 183 ◦ blue 236

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

Shades of Perano #AEB7EC

Tints of Perano #AEB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.86%

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

R = 29.34%
G = 30.86%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB7EC (or 0xAEB7EC) is known color: Perano. HEX triplet: AE, B7 and EC. RGB value is (174,183,236). Sum of RGB (Red+Green+Blue) = 174+183+236=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB7EC is #514813. Grayscale: #BABABA. Windows color (decimal): -5326868 or 15513518. OLE color: 15513518.

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

Color convert

RGB 174 183 236 -
CMYK 0.26 0.22 0 0.07
HSL 231.29º 0.62% 0.8% -
HSV(B) 231.29º 0.26% 0.93% -
XYZ 49.53 48.92 86.19 -
YUV 186.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 174 183 236 0.26 0.22 0 0.07 231.29 0.62 0.8
Hex AE B7 EC 1A 16 0 7 E7 3E 50
Octal 256 267 354 32 26 0 7 347 76 120
Binary 10101110 10110111 11101100 11010 10110 0 111 11100111 111110 1010000

Color Harmonies of #AEB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7EC

Black with #AEB7EC

Text Example


Text Example

White with #AEB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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