#BFCDBF

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

Shades of Paris White #BFCDBF

Tints of Paris White #BFCDBF

Color information

#BFCDBF (or 0xBFCDBF) is unknown color: approx Paris White. HEX triplet: BF, CD and BF. RGB value is (191,205,191). Sum of RGB (Red+Green+Blue) = 191+205+191=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDBF is #403240. Grayscale: #C7C7C7. Windows color (decimal): -4207169 or 12570047. OLE color: 12570047.

HSL color Cylindrical-coordinate representation of color #BFCDBF: hue angle of 120º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDBF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB191205191-
CMYK0.0700.070.20
HSL120º12.28%77.65%-
HSV(B)120º6.83%80.39%-
XYZ52.7258.557.8-
YUV199.22123.36122.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 191 (75% from 255) = 32.54%
R=32.54%
G=34.92%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051910.0700.070.2012012.2877.65
HexBFCDBF7071478c4e
Octal2773152777072417014116
Binary101111111100110110111111111011110100111100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDBF; }

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

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

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

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

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

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

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

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