#BDBDDF

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

Shades of Lavender Grey #BDBDDF

Tints of Lavender Grey #BDBDDF

Color information

#BDBDDF (or 0xBDBDDF) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and DF. RGB value is (189,189,223). Sum of RGB (Red+Green+Blue) = 189+189+223=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDF is #424220. Grayscale: #C0C0C0. Windows color (decimal): -4342305 or 14663101. OLE color: 14663101.

HSL color Cylindrical-coordinate representation of color #BDBDDF: hue angle of 240º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBDDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189189223-
CMYK0.150.1500.13
HSL240º34.69%80.78%-
HSV(B)240º15.25%87.45%-
XYZ52.552.5477.19-
YUV192.88145125.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=31.45%
G=31.45%
B=37.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891892230.150.1500.1324034.6980.78
HexBDBDDFFF0Df02351
Octal275275337171701536043121
Binary1011110110111101110111111111111101101111100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDDF; }

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

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

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

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

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

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

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

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