Html Css Color HEX #AEBBE1 Perano

📋 copy color: '#AEBBE1'

red 174 ◦ green 187 ◦ blue 225

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

Shades of Perano #AEBBE1

Tints of Perano #AEBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.91%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 29.69%
G = 31.91%
B = 38.4%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEBBE1 (or 0xAEBBE1) is known color: Perano. HEX triplet: AE, BB and E1. RGB value is (174,187,225). Sum of RGB (Red+Green+Blue) = 174+187+225=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBE1 is #51441E. Grayscale: #BBBBBB. Windows color (decimal): -5325855 or 14793646. OLE color: 14793646.

HSL color Cylindrical-coordinate representation of color #AEBBE1: hue angle of 224.71º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBBE1 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 187 225 -
CMYK 0.23 0.17 0 0.12
HSL 224.71º 0.46% 0.78% -
HSV(B) 224.71º 0.23% 0.88% -
XYZ 48.82 49.98 78.31 -
YUV 187.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 174 187 225 0.23 0.17 0 0.12 224.71 0.46 0.78
Hex AE BB E1 17 11 0 C E1 2E 4E
Octal 256 273 341 27 21 0 14 341 56 116
Binary 10101110 10111011 11100001 10111 10001 0 1100 11100001 101110 1001110

Color Harmonies of #AEBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBE1

Black with #AEBBE1

Text Example


Text Example

White with #AEBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBE1; }

 p { color: rgb(174,187,225); }

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

background-color css

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

 a { background-color: rgb(174,187,225); }

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

border-color css

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

 span { border-color: rgb(174,187,225); }

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