Html Css Color HEX #B3AFDC Lavender Grey

📋 copy color: '#B3AFDC'

red 179 ◦ green 175 ◦ blue 220

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

Shades of Lavender Grey #B3AFDC

Tints of Lavender Grey #B3AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 31.18%
G = 30.49%
B = 38.33%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3AFDC (or 0xB3AFDC) is known color: Lavender Grey. HEX triplet: B3, AF and DC. RGB value is (179,175,220). Sum of RGB (Red+Green+Blue) = 179+175+220=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDC is #4C5023. Grayscale: #B5B5B5. Windows color (decimal): -5001252 or 14462899. OLE color: 14462899.

HSL color Cylindrical-coordinate representation of color #B3AFDC: hue angle of 245.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3AFDC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 175 220 -
CMYK 0.19 0.20 0 0.14
HSL 245.33º 0.39% 0.77% -
HSV(B) 245.33º 0.2% 0.86% -
XYZ 46.84 45.41 74.01 -
YUV 181.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 179 175 220 0.19 0.20 0 0.14 245.33 0.39 0.77
Hex B3 AF DC 13 14 0 E F5 27 4D
Octal 263 257 334 23 24 0 16 365 47 115
Binary 10110011 10101111 11011100 10011 10100 0 1110 11110101 100111 1001101

Color Harmonies of #B3AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AFDC

Black with #B3AFDC

Text Example


Text Example

White with #B3AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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