Html Css Color HEX #AEB8EA Perano

📋 copy color: '#AEB8EA'

red 174 ◦ green 184 ◦ blue 234

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

Shades of Perano #AEB8EA

Tints of Perano #AEB8EA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.08%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 29.39%
G = 31.08%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEB8EA (or 0xAEB8EA) is known color: Perano. HEX triplet: AE, B8 and EA. RGB value is (174,184,234). Sum of RGB (Red+Green+Blue) = 174+184+234=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEB8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8EA is #514715. Grayscale: #BABABA. Windows color (decimal): -5326614 or 15382702. OLE color: 15382702.

HSL color Cylindrical-coordinate representation of color #AEB8EA: hue angle of 230º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB8EA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 184 234 -
CMYK 0.26 0.21 0 0.08
HSL 230º 0.59% 0.8% -
HSV(B) 230º 0.26% 0.92% -
XYZ 49.45 49.22 84.74 -
YUV 186.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 174 184 234 0.26 0.21 0 0.08 230 0.59 0.8
Hex AE B8 EA 1A 15 0 8 E6 3B 50
Octal 256 270 352 32 25 0 10 346 73 120
Binary 10101110 10111000 11101010 11010 10101 0 1000 11100110 111011 1010000

Color Harmonies of #AEB8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8EA

Black with #AEB8EA

Text Example


Text Example

White with #AEB8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8EA; }

 p { color: rgb(174,184,234); }

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

background-color css

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

 a { background-color: rgb(174,184,234); }

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

border-color css

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

 span { border-color: rgb(174,184,234); }

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