#BCBFCF

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

Shades of Lavender Grey #BCBFCF

Tints of Lavender Grey #BCBFCF

Color information

#BCBFCF (or 0xBCBFCF) is unknown color: approx Lavender Grey. HEX triplet: BC, BF and CF. RGB value is (188,191,207). Sum of RGB (Red+Green+Blue) = 188+191+207=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCF is #434030. Grayscale: #BFBFBF. Windows color (decimal): -4407345 or 13615036. OLE color: 13615036.

HSL color Cylindrical-coordinate representation of color #BCBFCF: hue angle of 230.53º degrees, saturation: 0.17, 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 #BCBFCF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188191207-
CMYK0.090.0800.19
HSL230.53º16.52%77.45%-
HSV(B)230.53º9.18%81.18%-
XYZ50.6352.4666.49-
YUV191.93136.51125.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=32.08%
G=32.59%
B=35.32%

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
Decimal1881912070.090.0800.19230.5316.5277.45
HexBCBFCF98013e7114d
Octal274277317111002334721115
Binary1011110010111111110011111001100001001111100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFCF; }

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

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

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

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

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

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

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

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