#BCBCDC

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

Shades of Lavender Grey #BCBCDC

Tints of Lavender Grey #BCBCDC

Color information

#BCBCDC (or 0xBCBCDC) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and DC. RGB value is (188,188,220). Sum of RGB (Red+Green+Blue) = 188+188+220=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCDC is #434323. Grayscale: #BFBFBF. Windows color (decimal): -4408100 or 14466236. OLE color: 14466236.

HSL color Cylindrical-coordinate representation of color #BCBCDC: hue angle of 240º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBCDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188188220-
CMYK0.150.1500.14
HSL240º31.37%80%-
HSV(B)240º14.55%86.27%-
XYZ51.6451.8374.99-
YUV191.65144125.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=31.54%
G=31.54%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881882200.150.1500.1424031.3780
HexBCBCDCFF0Ef01f50
Octal274274334171701636037120
Binary101111001011110011011100111111110111011110000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCDC; }

 p { color: rgb(188,188,220); }

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

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

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

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

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

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

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