#BFCBB3

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

Shades of Pumice #BFCBB3

Tints of Pumice #BFCBB3

Color information

#BFCBB3 (or 0xBFCBB3) is unknown color: approx Pumice. HEX triplet: BF, CB and B3. RGB value is (191,203,179). Sum of RGB (Red+Green+Blue) = 191+203+179=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBB3 is #40344C. Grayscale: #C4C4C4. Windows color (decimal): -4207693 or 11783103. OLE color: 11783103.

HSL color Cylindrical-coordinate representation of color #BFCBB3: hue angle of 90º degrees, saturation: 0.19, 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 #BFCBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB191203179-
CMYK0.0600.120.20
HSL90º18.75%74.9%-
HSV(B)90º11.82%79.61%-
XYZ50.9857.0450.97-
YUV196.68118.02123.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=33.33%
G=35.43%
B=31.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031790.0600.120.209018.7574.9
HexBFCBB360C145a134b
Octal27731326360142413223113
Binary10111111110010111011001111001100101001011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBB3; }

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

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

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

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

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

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

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

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