Html Css Color HEX #BDBDDD Lavender Grey

📋 copy color: '#BDBDDD'

red 189 ◦ green 189 ◦ blue 221

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

Shades of Lavender Grey #BDBDDD

Tints of Lavender Grey #BDBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 31.55%
G = 31.55%
B = 36.89%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBDDD (or 0xBDBDDD) is known color: Lavender Grey. HEX triplet: BD, BD and DD. RGB value is (189,189,221). Sum of RGB (Red+Green+Blue) = 189+189+221=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDD is #424222. Grayscale: #C0C0C0. Windows color (decimal): -4342307 or 14532029. OLE color: 14532029.

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

Color convert

RGB 189 189 221 -
CMYK 0.14 0.14 0 0.13
HSL 240º 0.32% 0.8% -
HSV(B) 240º 0.14% 0.87% -
XYZ 52.24 52.43 75.77 -
YUV 192.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 189 189 221 0.14 0.14 0 0.13 240 0.32 0.8
Hex BD BD DD E E 0 D F0 20 50
Octal 275 275 335 16 16 0 15 360 40 120
Binary 10111101 10111101 11011101 1110 1110 0 1101 11110000 100000 1010000

Color Harmonies of #BDBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDDD

Black with #BDBDDD

Text Example


Text Example

White with #BDBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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