#BFCCBF

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

Shades of Paris White #BFCCBF

Tints of Paris White #BFCCBF

Color information

#BFCCBF (or 0xBFCCBF) is unknown color: approx Paris White. HEX triplet: BF, CC and BF. RGB value is (191,204,191). Sum of RGB (Red+Green+Blue) = 191+204+191=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBF is #403340. Grayscale: #C6C6C6. Windows color (decimal): -4207425 or 12569791. OLE color: 12569791.

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

Color convert

RGB191204191-
CMYK0.0600.060.2
HSL120º11.3%77.45%-
HSV(B)120º6.37%80%-
XYZ52.4858.0257.72-
YUV198.63123.69122.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 32.59%
R=32.59%
G=34.81%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041910.0600.060.212011.377.45
HexBFCCBF6061478b4d
Octal2773142776062417013115
Binary101111111100110010111111110011010100111100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCBF; }

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

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

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

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

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

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

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

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