Html Css Color HEX #BDBDDB Lavender Grey

📋 copy color: '#BDBDDB'

red 189 ◦ green 189 ◦ blue 219

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

Shades of Lavender Grey #BDBDDB

Tints of Lavender Grey #BDBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.66%

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

R = 31.66%
G = 31.66%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDBDDB (or 0xBDBDDB) is known color: Lavender Grey. HEX triplet: BD, BD and DB. RGB value is (189,189,219). Sum of RGB (Red+Green+Blue) = 189+189+219=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDB is #424224. Grayscale: #C0C0C0. Windows color (decimal): -4342309 or 14400957. OLE color: 14400957.

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

Color convert

RGB 189 189 219 -
CMYK 0.14 0.14 0 0.14
HSL 240º 0.29% 0.8% -
HSV(B) 240º 0.14% 0.86% -
XYZ 51.97 52.33 74.38 -
YUV 192.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 189 189 219 0.14 0.14 0 0.14 240 0.29 0.8
Hex BD BD DB E E 0 E F0 1D 50
Octal 275 275 333 16 16 0 16 360 35 120
Binary 10111101 10111101 11011011 1110 1110 0 1110 11110000 11101 1010000

Color Harmonies of #BDBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDDB

Black with #BDBDDB

Text Example


Text Example

White with #BDBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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