Html Css Color HEX #B9B5DB Lavender Grey

📋 copy color: '#B9B5DB'

red 185 ◦ green 181 ◦ blue 219

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

Shades of Lavender Grey #B9B5DB

Tints of Lavender Grey #B9B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.94%

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

R = 31.62%
G = 30.94%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9B5DB (or 0xB9B5DB) is known color: Lavender Grey. HEX triplet: B9, B5 and DB. RGB value is (185,181,219). Sum of RGB (Red+Green+Blue) = 185+181+219=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5DB is #464A24. Grayscale: #BABABA. Windows color (decimal): -4606501 or 14398905. OLE color: 14398905.

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

Color convert

RGB 185 181 219 -
CMYK 0.16 0.17 0 0.14
HSL 246.32º 0.35% 0.78% -
HSV(B) 246.32º 0.17% 0.86% -
XYZ 49.32 48.48 73.78 -
YUV 186.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 185 181 219 0.16 0.17 0 0.14 246.32 0.35 0.78
Hex B9 B5 DB 10 11 0 E F6 23 4E
Octal 271 265 333 20 21 0 16 366 43 116
Binary 10111001 10110101 11011011 10000 10001 0 1110 11110110 100011 1001110

Color Harmonies of #B9B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B5DB

Black with #B9B5DB

Text Example


Text Example

White with #B9B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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