Html Css Color HEX #B3AFDF Lavender Grey

📋 copy color: '#B3AFDF'

red 179 ◦ green 175 ◦ blue 223

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

Shades of Lavender Grey #B3AFDF

Tints of Lavender Grey #B3AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

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

R = 31.02%
G = 30.33%
B = 38.65%

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

#B3AFDF (or 0xB3AFDF) is known color: Lavender Grey. HEX triplet: B3, AF and DF. RGB value is (179,175,223). Sum of RGB (Red+Green+Blue) = 179+175+223=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDF is #4C5020. Grayscale: #B5B5B5. Windows color (decimal): -5001249 or 14659507. OLE color: 14659507.

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

Color convert

RGB 179 175 223 -
CMYK 0.20 0.22 0 0.13
HSL 245º 0.43% 0.78% -
HSV(B) 245º 0.22% 0.87% -
XYZ 47.24 45.57 76.12 -
YUV 181.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 179 175 223 0.20 0.22 0 0.13 245 0.43 0.78
Hex B3 AF DF 14 16 0 D F5 2B 4E
Octal 263 257 337 24 26 0 15 365 53 116
Binary 10110011 10101111 11011111 10100 10110 0 1101 11110101 101011 1001110

Color Harmonies of #B3AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AFDF

Black with #B3AFDF

Text Example


Text Example

White with #B3AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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