#BDBDCD

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

Shades of Lavender Grey #BDBDCD

Tints of Lavender Grey #BDBDCD

Color information

#BDBDCD (or 0xBDBDCD) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and CD. RGB value is (189,189,205). Sum of RGB (Red+Green+Blue) = 189+189+205=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCD is #424232. Grayscale: #BEBEBE. Windows color (decimal): -4342323 or 13483453. OLE color: 13483453.

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

Color convert

RGB189189205-
CMYK0.080.0800.20
HSL240º13.79%77.25%-
HSV(B)240º7.8%80.39%-
XYZ50.251.6265.08-
YUV190.82136126.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=32.42%
G=32.42%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891892050.080.0800.2024013.7977.25
HexBDBDCD88014f0e4d
Octal275275315101002436016115
Binary101111011011110111001101100010000101001111000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCD; }

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

 H1.HeaderClassName
 {
   color: #BDBDCD;
 }
 .AnyTagClassName
 {
   color: #BDBDCD;
 }
</style>
background-color css

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

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

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

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

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

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