#BCBCEC

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

Shades of Lavender Grey #BCBCEC

Tints of Lavender Grey #BCBCEC

Color information

#BCBCEC (or 0xBCBCEC) is unknown color: approx Lavender Grey. HEX triplet: BC, BC and EC. RGB value is (188,188,236). Sum of RGB (Red+Green+Blue) = 188+188+236=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCEC is #434313. Grayscale: #C1C1C1. Windows color (decimal): -4408084 or 15514812. OLE color: 15514812.

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

Color convert

RGB188188236-
CMYK0.200.2000.07
HSL240º55.81%83.14%-
HSV(B)240º20.34%92.55%-
XYZ53.8652.7186.69-
YUV193.47152124.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=30.72%
G=30.72%
B=38.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881882360.200.2000.0724055.8183.14
HexBCBCEC141407f03853
Octal27427435424240736070123
Binary10111100101111001110110010100101000111111100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBCEC; }

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

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

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

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

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

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

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

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