#BFCFBE

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

Shades of Paris White #BFCFBE

Tints of Paris White #BFCFBE

Color information

#BFCFBE (or 0xBFCFBE) is unknown color: approx Paris White. HEX triplet: BF, CF and BE. RGB value is (191,207,190). Sum of RGB (Red+Green+Blue) = 191+207+190=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFBE is #403041. Grayscale: #C8C8C8. Windows color (decimal): -4206658 or 12505023. OLE color: 12505023.

HSL color Cylindrical-coordinate representation of color #BFCFBE: hue angle of 116.47º degrees, saturation: 0.15, 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 #BFCFBE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB191207190-
CMYK0.0800.080.19
HSL116.47º15.04%77.84%-
HSV(B)116.47º8.21%81.18%-
XYZ53.0959.4257.39-
YUV200.28122.2121.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=32.48%
G=35.20%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071900.0800.080.19116.4715.0477.84
HexBFCFBE8081374f4e
Octal277317276100102316417116
Binary10111111110011111011111010000100010011111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFBE; }

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

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

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

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

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

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

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

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