#BCBCEB

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

Shades of Lavender Grey #BCBCEB

Tints of Lavender Grey #BCBCEB

Color information

#BCBCEB (or 0xBCBCEB) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and EB. RGB value is (188,188,235). Sum of RGB (Red+Green+Blue) = 188+188+235=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEB is #434314. Grayscale: #C1C1C1. Windows color (decimal): -4408085 or 15449276. OLE color: 15449276.

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

Color convert

RGB188188235-
CMYK0.20.200.08
HSL240º54.02%82.94%-
HSV(B)240º20%92.16%-
XYZ53.7252.6685.93-
YUV193.36151.5124.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881882350.20.200.0824054.0282.94
HexBCBCEB141408f03653
Octal274274353242401036066123
Binary101111001011110011101011101001010001000111100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCEB; }

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

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

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

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

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

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

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

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