Html Css Color HEX #AEB1E9 Perano

📋 copy color: '#AEB1E9'

red 174 ◦ green 177 ◦ blue 233

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

Shades of Perano #AEB1E9

Tints of Perano #AEB1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 29.79%
G = 30.31%
B = 39.9%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AEB1E9 (or 0xAEB1E9) is known color: Perano. HEX triplet: AE, B1 and E9. RGB value is (174,177,233). Sum of RGB (Red+Green+Blue) = 174+177+233=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEB1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1E9 is #514E16. Grayscale: #B6B6B6. Windows color (decimal): -5328407 or 15315374. OLE color: 15315374.

HSL color Cylindrical-coordinate representation of color #AEB1E9: hue angle of 236.95º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB1E9 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 177 233 -
CMYK 0.25 0.24 0 0.09
HSL 236.95º 0.57% 0.8% -
HSV(B) 236.95º 0.25% 0.91% -
XYZ 47.89 46.33 83.51 -
YUV 182.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 174 177 233 0.25 0.24 0 0.09 236.95 0.57 0.8
Hex AE B1 E9 19 18 0 9 ED 39 50
Octal 256 261 351 31 30 0 11 355 71 120
Binary 10101110 10110001 11101001 11001 11000 0 1001 11101101 111001 1010000

Color Harmonies of #AEB1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1E9

Black with #AEB1E9

Text Example


Text Example

White with #AEB1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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