Html Css Color HEX #B3AEDE Lavender Grey

📋 copy color: '#B3AEDE'

red 179 ◦ green 174 ◦ blue 222

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

Shades of Lavender Grey #B3AEDE

Tints of Lavender Grey #B3AEDE

RGB

 RED value IS 179 (70.31% from 255) = 31.13%

 GREEN value IS 174 (68.36% from 255) = 30.26%

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

R = 31.13%
G = 30.26%
B = 38.61%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3AEDE (or 0xB3AEDE) is known color: Lavender Grey. HEX triplet: B3, AE and DE. RGB value is (179,174,222). Sum of RGB (Red+Green+Blue) = 179+174+222=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDE is #4C5121. Grayscale: #B4B4B4. Windows color (decimal): -5001506 or 14593715. OLE color: 14593715.

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

Color convert

RGB 179 174 222 -
CMYK 0.19 0.22 0 0.13
HSL 246.25º 0.42% 0.78% -
HSV(B) 246.25º 0.22% 0.87% -
XYZ 46.91 45.13 75.35 -
YUV 180.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 179 174 222 0.19 0.22 0 0.13 246.25 0.42 0.78
Hex B3 AE DE 13 16 0 D F6 2A 4E
Octal 263 256 336 23 26 0 15 366 52 116
Binary 10110011 10101110 11011110 10011 10110 0 1101 11110110 101010 1001110

Color Harmonies of #B3AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AEDE

Black with #B3AEDE

Text Example


Text Example

White with #B3AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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