#BCB7D7

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

Shades of Lavender Grey #BCB7D7

Tints of Lavender Grey #BCB7D7

Color information

#BCB7D7 (or 0xBCB7D7) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and D7. RGB value is (188,183,215). Sum of RGB (Red+Green+Blue) = 188+183+215=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7D7 is #434828. Grayscale: #BCBCBC. Windows color (decimal): -4409385 or 14137276. OLE color: 14137276.

HSL color Cylindrical-coordinate representation of color #BCB7D7: hue angle of 249.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB7D7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188183215-
CMYK0.130.1500.16
HSL249.38º28.57%78.04%-
HSV(B)249.38º14.88%84.31%-
XYZ49.9449.4671.21-
YUV188.14143.16127.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=32.08%
G=31.23%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881832150.130.1500.16249.3828.5778.04
HexBCB7D7DF010f91d4e
Octal274267327151702037135116
Binary1011110010110111110101111101111101000011111001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7D7; }

 p { color: rgb(188,183,215); }

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

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

 a { background-color: rgb(188,183,215); }

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

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

 span { border-color: rgb(188,183,215); }

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