Html Css Color HEX #B3ABDB Lavender Grey

📋 copy color: '#B3ABDB'

red 179 ◦ green 171 ◦ blue 219

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

Shades of Lavender Grey #B3ABDB

Tints of Lavender Grey #B3ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

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

R = 31.46%
G = 30.05%
B = 38.49%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3ABDB (or 0xB3ABDB) is known color: Lavender Grey. HEX triplet: B3, AB and DB. RGB value is (179,171,219). Sum of RGB (Red+Green+Blue) = 179+171+219=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABDB is #4C5424. Grayscale: #B2B2B2. Windows color (decimal): -5002277 or 14396339. OLE color: 14396339.

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

Color convert

RGB 179 171 219 -
CMYK 0.18 0.22 0 0.14
HSL 250º 0.4% 0.76% -
HSV(B) 250º 0.22% 0.86% -
XYZ 45.94 43.82 73.06 -
YUV 178.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 179 171 219 0.18 0.22 0 0.14 250 0.4 0.76
Hex B3 AB DB 12 16 0 E FA 28 4C
Octal 263 253 333 22 26 0 16 372 50 114
Binary 10110011 10101011 11011011 10010 10110 0 1110 11111010 101000 1001100

Color Harmonies of #B3ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ABDB

Black with #B3ABDB

Text Example


Text Example

White with #B3ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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