#BCBCD3

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

Shades of Lavender Grey #BCBCD3

Tints of Lavender Grey #BCBCD3

Color information

#BCBCD3 (or 0xBCBCD3) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and D3. RGB value is (188,188,211). Sum of RGB (Red+Green+Blue) = 188+188+211=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCD3 is #43432C. Grayscale: #BEBEBE. Windows color (decimal): -4408109 or 13876412. OLE color: 13876412.

HSL color Cylindrical-coordinate representation of color #BCBCD3: hue angle of 240º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBCD3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188188211-
CMYK0.110.1100.17
HSL240º20.72%78.24%-
HSV(B)240º10.9%82.75%-
XYZ50.4851.3668.88-
YUV190.62139.5126.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=32.03%
G=32.03%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881882110.110.1100.1724020.7278.24
HexBCBCD3BB011f0154e
Octal274274323131302136025116
Binary1011110010111100110100111011101101000111110000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCD3; }

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

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

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

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

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

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

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

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