Html Css Color HEX #AEB2DE Perano

📋 copy color: '#AEB2DE'

red 174 ◦ green 178 ◦ blue 222

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

Shades of Perano #AEB2DE

Tints of Perano #AEB2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.01%

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

R = 30.31%
G = 31.01%
B = 38.68%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEB2DE (or 0xAEB2DE) is known color: Perano. HEX triplet: AE, B2 and DE. RGB value is (174,178,222). Sum of RGB (Red+Green+Blue) = 174+178+222=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2DE is #514D21. Grayscale: #B5B5B5. Windows color (decimal): -5328162 or 14594734. OLE color: 14594734.

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

Color convert

RGB 174 178 222 -
CMYK 0.22 0.20 0 0.13
HSL 235º 0.42% 0.78% -
HSV(B) 235º 0.22% 0.87% -
XYZ 46.56 46.11 75.55 -
YUV 181.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 174 178 222 0.22 0.20 0 0.13 235 0.42 0.78
Hex AE B2 DE 16 14 0 D EB 2A 4E
Octal 256 262 336 26 24 0 15 353 52 116
Binary 10101110 10110010 11011110 10110 10100 0 1101 11101011 101010 1001110

Color Harmonies of #AEB2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2DE

Black with #AEB2DE

Text Example


Text Example

White with #AEB2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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