Html Css Color HEX #B3ACDB Lavender Grey

📋 copy color: '#B3ACDB'

red 179 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #B3ACDB

Tints of Lavender Grey #B3ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 31.4%
G = 30.18%
B = 38.42%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3ACDB (or 0xB3ACDB) is known color: Lavender Grey. HEX triplet: B3, AC and DB. RGB value is (179,172,219). Sum of RGB (Red+Green+Blue) = 179+172+219=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDB is #4C5324. Grayscale: #B3B3B3. Windows color (decimal): -5002021 or 14396595. OLE color: 14396595.

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

Color convert

RGB 179 172 219 -
CMYK 0.18 0.21 0 0.14
HSL 248.94º 0.39% 0.77% -
HSV(B) 248.94º 0.21% 0.86% -
XYZ 46.13 44.2 73.12 -
YUV 179.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 179 172 219 0.18 0.21 0 0.14 248.94 0.39 0.77
Hex B3 AC DB 12 15 0 E F9 27 4D
Octal 263 254 333 22 25 0 16 371 47 115
Binary 10110011 10101100 11011011 10010 10101 0 1110 11111001 100111 1001101

Color Harmonies of #B3ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ACDB

Black with #B3ACDB

Text Example


Text Example

White with #B3ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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