#BDBDDB

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

Shades of Lavender Grey #BDBDDB

Tints of Lavender Grey #BDBDDB

Color information

#BDBDDB (or 0xBDBDDB) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and DB. RGB value is (189,189,219). Sum of RGB (Red+Green+Blue) = 189+189+219=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDB is #424224. Grayscale: #C0C0C0. Windows color (decimal): -4342309 or 14400957. OLE color: 14400957.

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

Color convert

RGB189189219-
CMYK0.140.1400.14
HSL240º29.41%80%-
HSV(B)240º13.7%85.88%-
XYZ51.9752.3374.38-
YUV192.42143125.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=31.66%
G=31.66%
B=36.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891892190.140.1400.1424029.4180
HexBDBDDBEE0Ef01d50
Octal275275333161601636035120
Binary101111011011110111011011111011100111011110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDDB; }

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

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

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

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

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

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

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

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