Html Css Color HEX #AEBBE0 Perano

📋 copy color: '#AEBBE0'

red 174 ◦ green 187 ◦ blue 224

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

Shades of Perano #AEBBE0

Tints of Perano #AEBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 29.74%
G = 31.97%
B = 38.29%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEBBE0 (or 0xAEBBE0) is known color: Perano. HEX triplet: AE, BB and E0. RGB value is (174,187,224). Sum of RGB (Red+Green+Blue) = 174+187+224=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBE0 is #51441F. Grayscale: #BBBBBB. Windows color (decimal): -5325856 or 14728110. OLE color: 14728110.

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

Color convert

RGB 174 187 224 -
CMYK 0.22 0.17 0 0.12
HSL 224.4º 0.45% 0.78% -
HSV(B) 224.4º 0.22% 0.88% -
XYZ 48.68 49.92 77.59 -
YUV 187.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 174 187 224 0.22 0.17 0 0.12 224.4 0.45 0.78
Hex AE BB E0 16 11 0 C E0 2D 4E
Octal 256 273 340 26 21 0 14 340 55 116
Binary 10101110 10111011 11100000 10110 10001 0 1100 11100000 101101 1001110

Color Harmonies of #AEBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBE0

Black with #AEBBE0

Text Example


Text Example

White with #AEBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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