#BFCFC1

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

Shades of Paris White #BFCFC1

Tints of Paris White #BFCFC1

Color information

#BFCFC1 (or 0xBFCFC1) is unknown color: approx Paris White. HEX triplet: BF, CF and C1. RGB value is (191,207,193). Sum of RGB (Red+Green+Blue) = 191+207+193=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC1 is #40303E. Grayscale: #C8C8C8. Windows color (decimal): -4206655 or 12701631. OLE color: 12701631.

HSL color Cylindrical-coordinate representation of color #BFCFC1: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB191207193-
CMYK0.0800.070.19
HSL127.5º14.29%78.04%-
HSV(B)127.5º7.73%81.18%-
XYZ53.4259.5559.13-
YUV200.62123.7121.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 193 (75.78% from 255) = 32.66%
R=32.32%
G=35.03%
B=32.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071930.0800.070.19127.514.2978.04
HexBFCFC1807137fe4e
Octal27731730110072317716116
Binary1011111111001111110000011000011110011111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFC1; }

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

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

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

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

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

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

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

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