Html Css Color HEX #AEBBDE Perano

📋 copy color: '#AEBBDE'

red 174 ◦ green 187 ◦ blue 222

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

Shades of Perano #AEBBDE

Tints of Perano #AEBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 29.85%
G = 32.08%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBBDE (or 0xAEBBDE) is known color: Perano. HEX triplet: AE, BB and DE. RGB value is (174,187,222). Sum of RGB (Red+Green+Blue) = 174+187+222=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDE is #514421. Grayscale: #BABABA. Windows color (decimal): -5325858 or 14597038. OLE color: 14597038.

HSL color Cylindrical-coordinate representation of color #AEBBDE: hue angle of 223.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBBDE is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 187 222 -
CMYK 0.22 0.16 0 0.13
HSL 223.75º 0.42% 0.78% -
HSV(B) 223.75º 0.22% 0.87% -
XYZ 48.41 49.81 76.17 -
YUV 187.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 174 187 222 0.22 0.16 0 0.13 223.75 0.42 0.78
Hex AE BB DE 16 10 0 D E0 2A 4E
Octal 256 273 336 26 20 0 15 340 52 116
Binary 10101110 10111011 11011110 10110 10000 0 1101 11100000 101010 1001110

Color Harmonies of #AEBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBDE

Black with #AEBBDE

Text Example


Text Example

White with #AEBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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