#BFC6BE

Color #BFC6BE Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BFC6BE

Tints of Paris White #BFC6BE

Color information

#BFC6BE (or 0xBFC6BE) is unknown color: approx Paris White. HEX triplet: BF, C6 and BE. RGB value is (191,198,190). Sum of RGB (Red+Green+Blue) = 191+198+190=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BE is #403941. Grayscale: #C3C3C3. Windows color (decimal): -4208962 or 12502719. OLE color: 12502719.

HSL color Cylindrical-coordinate representation of color #BFC6BE: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC6BE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB191198190-
CMYK0.0400.040.22
HSL112.5º6.56%76.08%-
HSV(B)112.5º4.04%77.65%-
XYZ50.9755.1856.68-
YUV194.99125.18125.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=32.99%
G=34.20%
B=32.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981900.0400.040.22112.56.5676.08
HexBFC6BE404167074c
Octal277306276404261607114
Binary10111111110001101011111010001001011011100001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6BE; }

 p { color: rgb(191,198,190); }

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

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

 a { background-color: rgb(191,198,190); }

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

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

 span { border-color: rgb(191,198,190); }

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