Html Css Color HEX #AEB0D7 Lavender Grey

📋 copy color: '#AEB0D7'

red 174 ◦ green 176 ◦ blue 215

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

Shades of Lavender Grey #AEB0D7

Tints of Lavender Grey #AEB0D7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 30.8%
G = 31.15%
B = 38.05%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEB0D7 (or 0xAEB0D7) is known color: Lavender Grey. HEX triplet: AE, B0 and D7. RGB value is (174,176,215). Sum of RGB (Red+Green+Blue) = 174+176+215=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEB0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0D7 is #514F28. Grayscale: #B3B3B3. Windows color (decimal): -5328681 or 14135470. OLE color: 14135470.

HSL color Cylindrical-coordinate representation of color #AEB0D7: hue angle of 237.07º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB0D7 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 176 215 -
CMYK 0.19 0.18 0 0.16
HSL 237.07º 0.34% 0.76% -
HSV(B) 237.07º 0.19% 0.84% -
XYZ 45.25 44.96 70.58 -
YUV 179.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 174 176 215 0.19 0.18 0 0.16 237.07 0.34 0.76
Hex AE B0 D7 13 12 0 10 ED 22 4C
Octal 256 260 327 23 22 0 20 355 42 114
Binary 10101110 10110000 11010111 10011 10010 0 10000 11101101 100010 1001100

Color Harmonies of #AEB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB0D7

Black with #AEB0D7

Text Example


Text Example

White with #AEB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB0D7; }

 p { color: rgb(174,176,215); }

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

background-color css

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

 a { background-color: rgb(174,176,215); }

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

border-color css

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

 span { border-color: rgb(174,176,215); }

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