#BFC9C1

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

Shades of Paris White #BFC9C1

Tints of Paris White #BFC9C1

Color information

#BFC9C1 (or 0xBFC9C1) is unknown color: approx Paris White. HEX triplet: BF, C9 and C1. RGB value is (191,201,193). Sum of RGB (Red+Green+Blue) = 191+201+193=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C1 is #40363E. Grayscale: #C5C5C5. Windows color (decimal): -4208191 or 12700095. OLE color: 12700095.

HSL color Cylindrical-coordinate representation of color #BFC9C1: hue angle of 132º 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 #BFC9C1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB191201193-
CMYK0.0500.040.21
HSL132º8.47%76.86%-
HSV(B)132º4.98%78.82%-
XYZ5256.758.66-
YUV197.1125.69123.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 193 (75.78% from 255) = 32.99%
R=32.65%
G=34.36%
B=32.99%

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
Decimal1912011930.0500.040.211328.4776.86
HexBFC9C1504158484d
Octal2773113015042520410115
Binary1011111111001001110000011010100101011000010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9C1; }

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

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

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

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

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

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

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

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