Html Css Color HEX #B3AEDF Lavender Grey

📋 copy color: '#B3AEDF'

red 179 ◦ green 174 ◦ blue 223

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

Shades of Lavender Grey #B3AEDF

Tints of Lavender Grey #B3AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 31.08%
G = 30.21%
B = 38.72%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3AEDF (or 0xB3AEDF) is known color: Lavender Grey. HEX triplet: B3, AE and DF. RGB value is (179,174,223). Sum of RGB (Red+Green+Blue) = 179+174+223=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDF is #4C5120. Grayscale: #B4B4B4. Windows color (decimal): -5001505 or 14659251. OLE color: 14659251.

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

Color convert

RGB 179 174 223 -
CMYK 0.20 0.22 0 0.13
HSL 246.12º 0.43% 0.78% -
HSV(B) 246.12º 0.22% 0.87% -
XYZ 47.05 45.18 76.05 -
YUV 181.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 179 174 223 0.20 0.22 0 0.13 246.12 0.43 0.78
Hex B3 AE DF 14 16 0 D F6 2B 4E
Octal 263 256 337 24 26 0 15 366 53 116
Binary 10110011 10101110 11011111 10100 10110 0 1101 11110110 101011 1001110

Color Harmonies of #B3AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AEDF

Black with #B3AEDF

Text Example


Text Example

White with #B3AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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