#BFCCB3

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

Shades of Pumice #BFCCB3

Tints of Pumice #BFCCB3

Color information

#BFCCB3 (or 0xBFCCB3) is unknown color: approx Pumice. HEX triplet: BF, CC and B3. RGB value is (191,204,179). Sum of RGB (Red+Green+Blue) = 191+204+179=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB3 is #40334C. Grayscale: #C5C5C5. Windows color (decimal): -4207437 or 11783359. OLE color: 11783359.

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

Color convert

RGB191204179-
CMYK0.0600.120.2
HSL91.2º19.69%75.1%-
HSV(B)91.2º12.25%80%-
XYZ51.2257.5251.05-
YUV197.26117.69123.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=33.28%
G=35.54%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041790.0600.120.291.219.6975.1
HexBFCCB360C145b144b
Octal27731426360142413324113
Binary10111111110011001011001111001100101001011011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCB3; }

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

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

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

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

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

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

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

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