Html Css Color HEX #B9B3DB Lavender Grey

📋 copy color: '#B9B3DB'

red 185 ◦ green 179 ◦ blue 219

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

Shades of Lavender Grey #B9B3DB

Tints of Lavender Grey #B9B3DB

RGB

 RED value IS 185 (72.66% from 255) = 31.73%

 GREEN value IS 179 (70.31% from 255) = 30.7%

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

R = 31.73%
G = 30.7%
B = 37.56%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9B3DB (or 0xB9B3DB) is known color: Lavender Grey. HEX triplet: B9, B3 and DB. RGB value is (185,179,219). Sum of RGB (Red+Green+Blue) = 185+179+219=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3DB is #464C24. Grayscale: #B9B9B9. Windows color (decimal): -4607013 or 14398393. OLE color: 14398393.

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

Color convert

RGB 185 179 219 -
CMYK 0.16 0.18 0 0.14
HSL 249º 0.36% 0.78% -
HSV(B) 249º 0.18% 0.86% -
XYZ 48.91 47.67 73.64 -
YUV 185.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 185 179 219 0.16 0.18 0 0.14 249 0.36 0.78
Hex B9 B3 DB 10 12 0 E F9 24 4E
Octal 271 263 333 20 22 0 16 371 44 116
Binary 10111001 10110011 11011011 10000 10010 0 1110 11111001 100100 1001110

Color Harmonies of #B9B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B3DB

Black with #B9B3DB

Text Example


Text Example

White with #B9B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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