#BCB8DF

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

Shades of Lavender Grey #BCB8DF

Tints of Lavender Grey #BCB8DF

Color information

#BCB8DF (or 0xBCB8DF) is unknown color: approx Lavender Grey. HEX triplet: BC, B8 and DF. RGB value is (188,184,223). Sum of RGB (Red+Green+Blue) = 188+184+223=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8DF is #434720. Grayscale: #BDBDBD. Windows color (decimal): -4409121 or 14661820. OLE color: 14661820.

HSL color Cylindrical-coordinate representation of color #BCB8DF: hue angle of 246.15º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB8DF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188184223-
CMYK0.160.1700.13
HSL246.15º37.86%79.8%-
HSV(B)246.15º17.49%87.45%-
XYZ51.250.376.82-
YUV189.64146.83126.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=31.60%
G=30.92%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881842230.160.1700.13246.1537.8679.8
HexBCB8DF10110Df62650
Octal274270337202101536646120
Binary101111001011100011011111100001000101101111101101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8DF; }

 p { color: rgb(188,184,223); }

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

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

 a { background-color: rgb(188,184,223); }

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

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

 span { border-color: rgb(188,184,223); }

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