#BFC9C0

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

Shades of Paris White #BFC9C0

Tints of Paris White #BFC9C0

Color information

#BFC9C0 (or 0xBFC9C0) is unknown color: approx Paris White. HEX triplet: BF, C9 and C0. RGB value is (191,201,192). Sum of RGB (Red+Green+Blue) = 191+201+192=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C0 is #40363F. Grayscale: #C5C5C5. Windows color (decimal): -4208192 or 12634559. OLE color: 12634559.

HSL color Cylindrical-coordinate representation of color #BFC9C0: hue angle of 126º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB191201192-
CMYK0.0500.040.21
HSL126º8.47%76.86%-
HSV(B)126º4.98%78.82%-
XYZ51.8956.6658.07-
YUV196.98125.19123.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=32.71%
G=34.42%
B=32.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011920.0500.040.211268.4776.86
HexBFC9C0504157e84d
Octal2773113005042517610115
Binary101111111100100111000000101010010101111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9C0; }

 p { color: rgb(191,201,192); }

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

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

 a { background-color: rgb(191,201,192); }

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

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

 span { border-color: rgb(191,201,192); }

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