#BFCCB7

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

Shades of Pumice #BFCCB7

Tints of Pumice #BFCCB7

Color information

#BFCCB7 (or 0xBFCCB7) is unknown color: approx Pumice. HEX triplet: BF, CC and B7. RGB value is (191,204,183). Sum of RGB (Red+Green+Blue) = 191+204+183=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB7 is #403348. Grayscale: #C5C5C5. Windows color (decimal): -4207433 or 12045503. OLE color: 12045503.

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

Color convert

RGB191204183-
CMYK0.0600.100.2
HSL97.14º17.07%75.88%-
HSV(B)97.14º10.29%80%-
XYZ51.6357.6853.21-
YUV197.72119.69123.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=33.04%
G=35.29%
B=31.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041830.0600.100.297.1417.0775.88
HexBFCCB760A1461114c
Octal27731426760122414121114
Binary10111111110011001011011111001010101001100001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCB7; }

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

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

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

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

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

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

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

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