Html Css Color HEX #AEBCDD Perano

📋 copy color: '#AEBCDD'

red 174 ◦ green 188 ◦ blue 221

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

Shades of Perano #AEBCDD

Tints of Perano #AEBCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

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

R = 29.85%
G = 32.25%
B = 37.91%

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

#AEBCDD (or 0xAEBCDD) is known color: Perano. HEX triplet: AE, BC and DD. RGB value is (174,188,221). Sum of RGB (Red+Green+Blue) = 174+188+221=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDD is #514322. Grayscale: #BBBBBB. Windows color (decimal): -5325603 or 14531758. OLE color: 14531758.

HSL color Cylindrical-coordinate representation of color #AEBCDD: hue angle of 222.13º 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 #AEBCDD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 188 221 -
CMYK 0.21 0.15 0 0.13
HSL 222.13º 0.41% 0.77% -
HSV(B) 222.13º 0.21% 0.87% -
XYZ 48.49 50.19 75.54 -
YUV 187.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 174 188 221 0.21 0.15 0 0.13 222.13 0.41 0.77
Hex AE BC DD 15 F 0 D DE 29 4D
Octal 256 274 335 25 17 0 15 336 51 115
Binary 10101110 10111100 11011101 10101 1111 0 1101 11011110 101001 1001101

Color Harmonies of #AEBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCDD

Black with #AEBCDD

Text Example


Text Example

White with #AEBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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