#BFC5C0

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

Shades of Paris White #BFC5C0

Tints of Paris White #BFC5C0

Color information

#BFC5C0 (or 0xBFC5C0) is unknown color: approx Paris White. HEX triplet: BF, C5 and C0. RGB value is (191,197,192). Sum of RGB (Red+Green+Blue) = 191+197+192=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C0 is #403A3F. Grayscale: #C2C2C2. Windows color (decimal): -4209216 or 12633535. OLE color: 12633535.

HSL color Cylindrical-coordinate representation of color #BFC5C0: hue angle of 130º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC5C0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB191197192-
CMYK0.0300.030.23
HSL130º4.92%76.08%-
HSV(B)130º3.05%77.25%-
XYZ50.9754.8157.76-
YUV194.64126.51125.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=32.93%
G=33.97%
B=33.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971920.0300.030.231304.9276.08
HexBFC5C0303178254c
Octal277305300303272025114
Binary1011111111000101110000001101110111100000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5C0; }

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

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

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

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

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

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

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

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