Html Css Color HEX #BFC0BE Pumice

📋 copy color: '#BFC0BE'

red 191 ◦ green 192 ◦ blue 190

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

Shades of Pumice #BFC0BE

Tints of Pumice #BFC0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.51%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 33.33%
G = 33.51%
B = 33.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFC0BE (or 0xBFC0BE) is known color: Pumice. HEX triplet: BF, C0 and BE. RGB value is (191,192,190). Sum of RGB (Red+Green+Blue) = 191+192+190=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0BE is #403F41. Grayscale: #BFBFBF. Windows color (decimal): -4210498 or 12501183. OLE color: 12501183.

HSL color Cylindrical-coordinate representation of color #BFC0BE: hue angle of 90º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BFC0BE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 190 -
CMYK 0.01 0 0.01 0.25
HSL 90º 0.02% 0.75% -
HSV(B) 90º 0.01% 0.75% -
XYZ 49.63 52.49 56.23 -
YUV 191.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 191 192 190 0.01 0 0.01 0.25 90 0.02 0.75
Hex BF C0 BE 1 0 1 19 5A 2 4B
Octal 277 300 276 1 0 1 31 132 2 113
Binary 10111111 11000000 10111110 1 0 1 11001 1011010 10 1001011

Color Harmonies of #BFC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC0BE

Black with #BFC0BE

Text Example


Text Example

White with #BFC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC0BE; }

 p { color: rgb(191,192,190); }

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

background-color css

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

 a { background-color: rgb(191,192,190); }

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

border-color css

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

 span { border-color: rgb(191,192,190); }

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