Html Css Color HEX #AEB5EC Perano

📋 copy color: '#AEB5EC'

red 174 ◦ green 181 ◦ blue 236

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

Shades of Perano #AEB5EC

Tints of Perano #AEB5EC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.63%

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

R = 29.44%
G = 30.63%
B = 39.93%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB5EC (or 0xAEB5EC) is known color: Perano. HEX triplet: AE, B5 and EC. RGB value is (174,181,236). Sum of RGB (Red+Green+Blue) = 174+181+236=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5EC is #514A13. Grayscale: #B8B8B8. Windows color (decimal): -5327380 or 15513006. OLE color: 15513006.

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

Color convert

RGB 174 181 236 -
CMYK 0.26 0.23 0 0.07
HSL 233.23º 0.62% 0.8% -
HSV(B) 233.23º 0.26% 0.93% -
XYZ 49.12 48.1 86.05 -
YUV 185.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 174 181 236 0.26 0.23 0 0.07 233.23 0.62 0.8
Hex AE B5 EC 1A 17 0 7 E9 3E 50
Octal 256 265 354 32 27 0 7 351 76 120
Binary 10101110 10110101 11101100 11010 10111 0 111 11101001 111110 1010000

Color Harmonies of #AEB5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5EC

Black with #AEB5EC

Text Example


Text Example

White with #AEB5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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