Html Css Color HEX #B3ACDD Lavender Grey

📋 copy color: '#B3ACDD'

red 179 ◦ green 172 ◦ blue 221

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

Shades of Lavender Grey #B3ACDD

Tints of Lavender Grey #B3ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 31.29%
G = 30.07%
B = 38.64%

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

#B3ACDD (or 0xB3ACDD) is known color: Lavender Grey. HEX triplet: B3, AC and DD. RGB value is (179,172,221). Sum of RGB (Red+Green+Blue) = 179+172+221=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDD is #4C5322. Grayscale: #B3B3B3. Windows color (decimal): -5002019 or 14527667. OLE color: 14527667.

HSL color Cylindrical-coordinate representation of color #B3ACDD: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3ACDD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 172 221 -
CMYK 0.19 0.22 0 0.13
HSL 248.57º 0.42% 0.77% -
HSV(B) 248.57º 0.22% 0.87% -
XYZ 46.39 44.31 74.51 -
YUV 179.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 179 172 221 0.19 0.22 0 0.13 248.57 0.42 0.77
Hex B3 AC DD 13 16 0 D F9 2A 4D
Octal 263 254 335 23 26 0 15 371 52 115
Binary 10110011 10101100 11011101 10011 10110 0 1101 11111001 101010 1001101

Color Harmonies of #B3ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACDD

Black with #B3ACDD

Text Example


Text Example

White with #B3ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACDD; }

 p { color: rgb(179,172,221); }

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

background-color css

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

 a { background-color: rgb(179,172,221); }

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

border-color css

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

 span { border-color: rgb(179,172,221); }

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