#BFCABF

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

Shades of Paris White #BFCABF

Tints of Paris White #BFCABF

Color information

#BFCABF (or 0xBFCABF) is unknown color: approx Paris White. HEX triplet: BF, CA and BF. RGB value is (191,202,191). Sum of RGB (Red+Green+Blue) = 191+202+191=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABF is #403540. Grayscale: #C5C5C5. Windows color (decimal): -4207937 or 12569279. OLE color: 12569279.

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

Color convert

RGB191202191-
CMYK0.0500.050.21
HSL120º9.4%77.06%-
HSV(B)120º5.45%79.22%-
XYZ52.0157.0857.57-
YUV197.46124.36123.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.71%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 191 (75% from 255) = 32.71%
R=32.71%
G=34.59%
B=32.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021910.0500.050.211209.477.06
HexBFCABF505157894d
Octal2773122775052517011115
Binary101111111100101010111111101010110101111100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCABF; }

 p { color: rgb(191,202,191); }

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

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

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

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

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

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

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