#BCB7DE

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

Shades of Lavender Grey #BCB7DE

Tints of Lavender Grey #BCB7DE

Color information

#BCB7DE (or 0xBCB7DE) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and DE. RGB value is (188,183,222). Sum of RGB (Red+Green+Blue) = 188+183+222=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DE is #434821. Grayscale: #BCBCBC. Windows color (decimal): -4409378 or 14596028. OLE color: 14596028.

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

Color convert

RGB188183222-
CMYK0.150.1800.13
HSL247.69º37.14%79.41%-
HSV(B)247.69º17.57%87.06%-
XYZ50.8649.8376.05-
YUV188.94146.66127.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 183 (71.88% from 255) = 30.86%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=31.70%
G=30.86%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881832220.150.1800.13247.6937.1479.41
HexBCB7DEF120Df8254f
Octal274267336172201537045117
Binary10111100101101111101111011111001001101111110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7DE; }

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

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

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

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

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

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

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

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