#BFCCB5

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

Shades of Pumice #BFCCB5

Tints of Pumice #BFCCB5

Color information

#BFCCB5 (or 0xBFCCB5) is unknown color: approx Pumice. HEX triplet: BF, CC and B5. RGB value is (191,204,181). Sum of RGB (Red+Green+Blue) = 191+204+181=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB5 is #40334A. Grayscale: #C5C5C5. Windows color (decimal): -4207435 or 11914431. OLE color: 11914431.

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

Color convert

RGB191204181-
CMYK0.0600.110.2
HSL93.91º18.4%75.49%-
HSV(B)93.91º11.27%80%-
XYZ51.4257.652.12-
YUV197.49118.69123.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=33.16%
G=35.42%
B=31.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041810.0600.110.293.9118.475.49
HexBFCCB560B145e124b
Octal27731426560132413622113
Binary10111111110011001011010111001011101001011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCB5; }

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

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

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

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

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

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

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

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