Html Css Color HEX #AEBDE1 Perano

📋 copy color: '#AEBDE1'

red 174 ◦ green 189 ◦ blue 225

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

Shades of Perano #AEBDE1

Tints of Perano #AEBDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 29.59%
G = 32.14%
B = 38.27%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEBDE1 (or 0xAEBDE1) is known color: Perano. HEX triplet: AE, BD and E1. RGB value is (174,189,225). Sum of RGB (Red+Green+Blue) = 174+189+225=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDE1 is #51421E. Grayscale: #BCBCBC. Windows color (decimal): -5325343 or 14794158. OLE color: 14794158.

HSL color Cylindrical-coordinate representation of color #AEBDE1: hue angle of 222.35º 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 #AEBDE1 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 189 225 -
CMYK 0.23 0.16 0 0.12
HSL 222.35º 0.46% 0.78% -
HSV(B) 222.35º 0.23% 0.88% -
XYZ 49.24 50.83 78.45 -
YUV 188.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 174 189 225 0.23 0.16 0 0.12 222.35 0.46 0.78
Hex AE BD E1 17 10 0 C DE 2E 4E
Octal 256 275 341 27 20 0 14 336 56 116
Binary 10101110 10111101 11100001 10111 10000 0 1100 11011110 101110 1001110

Color Harmonies of #AEBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDE1

Black with #AEBDE1

Text Example


Text Example

White with #AEBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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