#BCBDCD

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

Shades of Lavender Grey #BCBDCD

Tints of Lavender Grey #BCBDCD

Color information

#BCBDCD (or 0xBCBDCD) is unknown color: approx Lavender Grey. HEX triplet: BC, BD and CD. RGB value is (188,189,205). Sum of RGB (Red+Green+Blue) = 188+189+205=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDCD is #434232. Grayscale: #BEBEBE. Windows color (decimal): -4407859 or 13483452. OLE color: 13483452.

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

Color convert

RGB188189205-
CMYK0.080.0800.20
HSL236.47º14.53%77.06%-
HSV(B)236.47º8.29%80.39%-
XYZ49.9651.4965.06-
YUV190.52136.17126.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=32.30%
G=32.47%
B=35.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881892050.080.0800.20236.4714.5377.06
HexBCBDCD88014ecf4d
Octal274275315101002435417115
Binary101111001011110111001101100010000101001110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDCD; }

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

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

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

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

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

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

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

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