Html Css Color HEX #AEB1EA Perano

📋 copy color: '#AEB1EA'

red 174 ◦ green 177 ◦ blue 234

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

Shades of Perano #AEB1EA

Tints of Perano #AEB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

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

R = 29.74%
G = 30.26%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEB1EA (or 0xAEB1EA) is known color: Perano. HEX triplet: AE, B1 and EA. RGB value is (174,177,234). Sum of RGB (Red+Green+Blue) = 174+177+234=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1EA is #514E15. Grayscale: #B6B6B6. Windows color (decimal): -5328406 or 15380910. OLE color: 15380910.

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

Color convert

RGB 174 177 234 -
CMYK 0.26 0.24 0 0.08
HSL 237º 0.59% 0.8% -
HSV(B) 237º 0.26% 0.92% -
XYZ 48.03 46.38 84.26 -
YUV 182.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 174 177 234 0.26 0.24 0 0.08 237 0.59 0.8
Hex AE B1 EA 1A 18 0 8 ED 3B 50
Octal 256 261 352 32 30 0 10 355 73 120
Binary 10101110 10110001 11101010 11010 11000 0 1000 11101101 111011 1010000

Color Harmonies of #AEB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1EA

Black with #AEB1EA

Text Example


Text Example

White with #AEB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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