Html Css Color HEX #AEB2D9 Perano

📋 copy color: '#AEB2D9'

red 174 ◦ green 178 ◦ blue 217

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

Shades of Perano #AEB2D9

Tints of Perano #AEB2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 30.58%
G = 31.28%
B = 38.14%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEB2D9 (or 0xAEB2D9) is known color: Perano. HEX triplet: AE, B2 and D9. RGB value is (174,178,217). Sum of RGB (Red+Green+Blue) = 174+178+217=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEB2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2D9 is #514D26. Grayscale: #B5B5B5. Windows color (decimal): -5328167 or 14267054. OLE color: 14267054.

HSL color Cylindrical-coordinate representation of color #AEB2D9: hue angle of 234.42º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB2D9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 178 217 -
CMYK 0.20 0.18 0 0.15
HSL 234.42º 0.36% 0.77% -
HSV(B) 234.42º 0.2% 0.85% -
XYZ 45.9 45.85 72.08 -
YUV 181.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 174 178 217 0.20 0.18 0 0.15 234.42 0.36 0.77
Hex AE B2 D9 14 12 0 F EA 24 4D
Octal 256 262 331 24 22 0 17 352 44 115
Binary 10101110 10110010 11011001 10100 10010 0 1111 11101010 100100 1001101

Color Harmonies of #AEB2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2D9

Black with #AEB2D9

Text Example


Text Example

White with #AEB2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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