#BCBFCD

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

Shades of Lavender Grey #BCBFCD

Tints of Lavender Grey #BCBFCD

Color information

#BCBFCD (or 0xBCBFCD) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and CD. RGB value is (188,191,205). Sum of RGB (Red+Green+Blue) = 188+191+205=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCD is #434032. Grayscale: #BFBFBF. Windows color (decimal): -4407347 or 13483964. OLE color: 13483964.

HSL color Cylindrical-coordinate representation of color #BCBFCD: hue angle of 229.41º 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 #BCBFCD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188191205-
CMYK0.080.0700.20
HSL229.41º14.53%77.06%-
HSV(B)229.41º8.29%80.39%-
XYZ50.3952.3665.21-
YUV191.7135.51125.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=32.19%
G=32.71%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881912050.080.0700.20229.4114.5377.06
HexBCBFCD87014e5f4d
Octal27427731510702434517115
Binary10111100101111111100110110001110101001110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFCD; }

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

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

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

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

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

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

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

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