Html Css Color HEX #BEB9DB Lavender Grey

📋 copy color: '#BEB9DB'

red 190 ◦ green 185 ◦ blue 219

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

Shades of Lavender Grey #BEB9DB

Tints of Lavender Grey #BEB9DB

RGB

 RED value IS 190 (74.61% from 255) = 31.99%

 GREEN value IS 185 (72.66% from 255) = 31.14%

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

R = 31.99%
G = 31.14%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEB9DB (or 0xBEB9DB) is known color: Lavender Grey. HEX triplet: BE, B9 and DB. RGB value is (190,185,219). Sum of RGB (Red+Green+Blue) = 190+185+219=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9DB is #414624. Grayscale: #BEBEBE. Windows color (decimal): -4277797 or 14399934. OLE color: 14399934.

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

Color convert

RGB 190 185 219 -
CMYK 0.13 0.16 0 0.14
HSL 248.82º 0.32% 0.79% -
HSV(B) 248.82º 0.16% 0.86% -
XYZ 51.37 50.76 74.11 -
YUV 190.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 190 185 219 0.13 0.16 0 0.14 248.82 0.32 0.79
Hex BE B9 DB D 10 0 E F9 20 4F
Octal 276 271 333 15 20 0 16 371 40 117
Binary 10111110 10111001 11011011 1101 10000 0 1110 11111001 100000 1001111

Color Harmonies of #BEB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB9DB

Black with #BEB9DB

Text Example


Text Example

White with #BEB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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