#BDBCD1

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

Shades of Lavender Grey #BDBCD1

Tints of Lavender Grey #BDBCD1

Color information

#BDBCD1 (or 0xBDBCD1) is unknown color: approx Lavender Grey. HEX triplet: BD, BC and D1. RGB value is (189,188,209). Sum of RGB (Red+Green+Blue) = 189+188+209=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD1 is #42432E. Grayscale: #BEBEBE. Windows color (decimal): -4342575 or 13745341. OLE color: 13745341.

HSL color Cylindrical-coordinate representation of color #BDBCD1: hue angle of 242.86º degrees, saturation: 0.19, 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 #BDBCD1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189188209-
CMYK0.100.1000.18
HSL242.86º18.58%77.84%-
HSV(B)242.86º10.05%81.96%-
XYZ50.4851.3967.58-
YUV190.69138.33126.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=32.25%
G=32.08%
B=35.67%

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
Decimal1891882090.100.1000.18242.8618.5877.84
HexBDBCD1AA012f3134e
Octal275274321121202236323116
Binary1011110110111100110100011010101001001011110011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCD1; }

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

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

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

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

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

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

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

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