Html Css Color HEX #B9B4DB Lavender Grey

📋 copy color: '#B9B4DB'

red 185 ◦ green 180 ◦ blue 219

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

Shades of Lavender Grey #B9B4DB

Tints of Lavender Grey #B9B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.82%

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

R = 31.68%
G = 30.82%
B = 37.5%

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

#B9B4DB (or 0xB9B4DB) is known color: Lavender Grey. HEX triplet: B9, B4 and DB. RGB value is (185,180,219). Sum of RGB (Red+Green+Blue) = 185+180+219=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4DB is #464B24. Grayscale: #B9B9B9. Windows color (decimal): -4606757 or 14398649. OLE color: 14398649.

HSL color Cylindrical-coordinate representation of color #B9B4DB: hue angle of 247.69º degrees, saturation: 0.35, 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 #B9B4DB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 180 219 -
CMYK 0.16 0.18 0 0.14
HSL 247.69º 0.35% 0.78% -
HSV(B) 247.69º 0.18% 0.86% -
XYZ 49.12 48.07 73.71 -
YUV 185.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 185 180 219 0.16 0.18 0 0.14 247.69 0.35 0.78
Hex B9 B4 DB 10 12 0 E F8 23 4E
Octal 271 264 333 20 22 0 16 370 43 116
Binary 10111001 10110100 11011011 10000 10010 0 1110 11111000 100011 1001110

Color Harmonies of #B9B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4DB

Black with #B9B4DB

Text Example


Text Example

White with #B9B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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