Html Css Color HEX #BDB7DB Lavender Grey

📋 copy color: '#BDB7DB'

red 189 ◦ green 183 ◦ blue 219

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

Shades of Lavender Grey #BDB7DB

Tints of Lavender Grey #BDB7DB

RGB

 RED value IS 189 (74.22% from 255) = 31.98%

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 31.98%
G = 30.96%
B = 37.06%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB7DB (or 0xBDB7DB) is known color: Lavender Grey. HEX triplet: BD, B7 and DB. RGB value is (189,183,219). Sum of RGB (Red+Green+Blue) = 189+183+219=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DB is #424824. Grayscale: #BCBCBC. Windows color (decimal): -4343845 or 14399421. OLE color: 14399421.

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

Color convert

RGB 189 183 219 -
CMYK 0.14 0.16 0 0.14
HSL 250º 0.33% 0.79% -
HSV(B) 250º 0.16% 0.86% -
XYZ 50.71 49.8 73.96 -
YUV 188.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 189 183 219 0.14 0.16 0 0.14 250 0.33 0.79
Hex BD B7 DB E 10 0 E FA 21 4F
Octal 275 267 333 16 20 0 16 372 41 117
Binary 10111101 10110111 11011011 1110 10000 0 1110 11111010 100001 1001111

Color Harmonies of #BDB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7DB

Black with #BDB7DB

Text Example


Text Example

White with #BDB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7DB; }

 p { color: rgb(189,183,219); }

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

background-color css

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

 a { background-color: rgb(189,183,219); }

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

border-color css

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

 span { border-color: rgb(189,183,219); }

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