Html Css Color HEX #AEBBDD Perano

📋 copy color: '#AEBBDD'

red 174 ◦ green 187 ◦ blue 221

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

Shades of Perano #AEBBDD

Tints of Perano #AEBBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 29.9%
G = 32.13%
B = 37.97%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBBDD (or 0xAEBBDD) is known color: Perano. HEX triplet: AE, BB and DD. RGB value is (174,187,221). Sum of RGB (Red+Green+Blue) = 174+187+221=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDD is #514422. Grayscale: #BABABA. Windows color (decimal): -5325859 or 14531502. OLE color: 14531502.

HSL color Cylindrical-coordinate representation of color #AEBBDD: hue angle of 223.4º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBBDD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 187 221 -
CMYK 0.21 0.15 0 0.13
HSL 223.4º 0.41% 0.77% -
HSV(B) 223.4º 0.21% 0.87% -
XYZ 48.28 49.76 75.47 -
YUV 186.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 174 187 221 0.21 0.15 0 0.13 223.4 0.41 0.77
Hex AE BB DD 15 F 0 D DF 29 4D
Octal 256 273 335 25 17 0 15 337 51 115
Binary 10101110 10111011 11011101 10101 1111 0 1101 11011111 101001 1001101

Color Harmonies of #AEBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBDD

Black with #AEBBDD

Text Example


Text Example

White with #AEBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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