#BDBDD5

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

Shades of Lavender Grey #BDBDD5

Tints of Lavender Grey #BDBDD5

Color information

#BDBDD5 (or 0xBDBDD5) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D5. RGB value is (189,189,213). Sum of RGB (Red+Green+Blue) = 189+189+213=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD5 is #42422A. Grayscale: #BFBFBF. Windows color (decimal): -4342315 or 14007741. OLE color: 14007741.

HSL color Cylindrical-coordinate representation of color #BDBDD5: hue angle of 240º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBDD5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189189213-
CMYK0.110.1100.16
HSL240º22.22%78.82%-
HSV(B)240º11.27%83.53%-
XYZ51.1952.0270.29-
YUV191.74140126.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=31.98%
G=31.98%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891892130.110.1100.1624022.2278.82
HexBDBDD5BB010f0164f
Octal275275325131302036026117
Binary1011110110111101110101011011101101000011110000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD5; }

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

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

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

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

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

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

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

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