#BDBDD6

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

Shades of Lavender Grey #BDBDD6

Tints of Lavender Grey #BDBDD6

Color information

#BDBDD6 (or 0xBDBDD6) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D6. RGB value is (189,189,214). Sum of RGB (Red+Green+Blue) = 189+189+214=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD6 is #424229. Grayscale: #BFBFBF. Windows color (decimal): -4342314 or 14073277. OLE color: 14073277.

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

Color convert

RGB189189214-
CMYK0.120.1200.16
HSL240º23.36%79.02%-
HSV(B)240º11.68%83.92%-
XYZ51.3252.0770.96-
YUV191.85140.5125.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=31.93%
G=31.93%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891892140.120.1200.1624023.3679.02
HexBDBDD6CC010f0174f
Octal275275326141402036027117
Binary1011110110111101110101101100110001000011110000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD6; }

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

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

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

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

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

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

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

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