#BDBDD1

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

Shades of Lavender Grey #BDBDD1

Tints of Lavender Grey #BDBDD1

Color information

#BDBDD1 (or 0xBDBDD1) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and D1. RGB value is (189,189,209). Sum of RGB (Red+Green+Blue) = 189+189+209=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD1 is #42422E. Grayscale: #BFBFBF. Windows color (decimal): -4342319 or 13745597. OLE color: 13745597.

HSL color Cylindrical-coordinate representation of color #BDBDD1: hue angle of 240º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBDD1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189189209-
CMYK0.100.1000.18
HSL240º17.86%78.04%-
HSV(B)240º9.57%81.96%-
XYZ50.6951.8267.65-
YUV191.28138126.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=32.20%
G=32.20%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891892090.100.1000.1824017.8678.04
HexBDBDD1AA012f0124e
Octal275275321121202236022116
Binary1011110110111101110100011010101001001011110000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDD1; }

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

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

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

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

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

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

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

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