#BCBDCE

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

Shades of Lavender Grey #BCBDCE

Tints of Lavender Grey #BCBDCE

Color information

#BCBDCE (or 0xBCBDCE) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and CE. RGB value is (188,189,206). Sum of RGB (Red+Green+Blue) = 188+189+206=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCE is #434231. Grayscale: #BEBEBE. Windows color (decimal): -4407858 or 13548988. OLE color: 13548988.

HSL color Cylindrical-coordinate representation of color #BCBDCE: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBDCE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188189206-
CMYK0.090.0800.19
HSL236.67º15.52%77.25%-
HSV(B)236.67º8.74%80.78%-
XYZ50.0851.5465.7-
YUV190.64136.67126.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=32.25%
G=32.42%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881892060.090.0800.19236.6715.5277.25
HexBCBDCE98013ed104d
Octal274275316111002335520115
Binary1011110010111101110011101001100001001111101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDCE; }

 p { color: rgb(188,189,206); }

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

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

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

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

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

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

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