#BDBDDD

Color #BDBDDD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BDBDDD

Tints of Lavender Grey #BDBDDD

Color information

#BDBDDD (or 0xBDBDDD) is unknown color: approx 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

RGB189189221-
CMYK0.140.1400.13
HSL240º32%80.39%-
HSV(B)240º14.48%86.67%-
XYZ52.2452.4375.77-
YUV192.65144125.4-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891892210.140.1400.132403280.39
HexBDBDDDEE0Df02050
Octal275275335161601536040120
Binary1011110110111101110111011110111001101111100001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>