Html Css Color HEX #BFCFB3 Pumice

📋 copy color: '#BFCFB3'

red 191 ◦ green 207 ◦ blue 179

#BFCFB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #BFCFB3

Tints of Pumice #BFCFB3

RGB

 RED value IS 191 (75% from 255) = 33.1%

 GREEN value IS 207 (81.25% from 255) = 35.88%

 BLUE value IS 179 (70.31% from 255) = 31.02%

R = 33.1%
G = 35.88%
B = 31.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BFCFB3 (or 0xBFCFB3) is known color: Pumice. HEX triplet: BF, CF and B3. RGB value is (191,207,179). Sum of RGB (Red+Green+Blue) = 191+207+179=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFB3 is #40304C. Grayscale: #C7C7C7. Windows color (decimal): -4206669 or 11784127. OLE color: 11784127.

HSL color Cylindrical-coordinate representation of color #BFCFB3: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCFB3 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 179 -
CMYK 0.08 0 0.14 0.19
HSL 94.29º 0.23% 0.76% -
HSV(B) 94.29º 0.14% 0.81% -
XYZ 51.94 58.96 51.29 -
YUV 199.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 191 207 179 0.08 0 0.14 0.19 94.29 0.23 0.76
Hex BF CF B3 8 0 E 13 5E 17 4C
Octal 277 317 263 10 0 16 23 136 27 114
Binary 10111111 11001111 10110011 1000 0 1110 10011 1011110 10111 1001100

Color Harmonies of #BFCFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFB3

Black with #BFCFB3

Text Example


Text Example

White with #BFCFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFB3; }

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

 H1.HeaderClassName
 {
   color: #BFCFB3;
 }
 .AnyTagClassName
 {
   color: #BFCFB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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