#BDBCD3

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

Shades of Lavender Grey #BDBCD3

Tints of Lavender Grey #BDBCD3

Color information

#BDBCD3 (or 0xBDBCD3) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and D3. RGB value is (189,188,211). Sum of RGB (Red+Green+Blue) = 189+188+211=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD3 is #42432C. Grayscale: #BEBEBE. Windows color (decimal): -4342573 or 13876413. OLE color: 13876413.

HSL color Cylindrical-coordinate representation of color #BDBCD3: hue angle of 242.61º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBCD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189188211-
CMYK0.100.1100.17
HSL242.61º20.72%78.24%-
HSV(B)242.61º10.9%82.75%-
XYZ50.7351.4968.89-
YUV190.92139.33126.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 211 (82.81% from 255) = 35.88%
R=32.14%
G=31.97%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891882110.100.1100.17242.6120.7278.24
HexBDBCD3AB011f3154e
Octal275274323121302136325116
Binary1011110110111100110100111010101101000111110011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCD3; }

 p { color: rgb(189,188,211); }

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

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

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

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

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

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

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