Html Css Color HEX #BFC1BE Pumice

📋 copy color: '#BFC1BE'

red 191 ◦ green 193 ◦ blue 190

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

Shades of Pumice #BFC1BE

Tints of Pumice #BFC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.62%

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

R = 33.28%
G = 33.62%
B = 33.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BFC1BE (or 0xBFC1BE) is known color: Pumice. HEX triplet: BF, C1 and BE. RGB value is (191,193,190). Sum of RGB (Red+Green+Blue) = 191+193+190=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1BE is #403E41. Grayscale: #C0C0C0. Windows color (decimal): -4210242 or 12501439. OLE color: 12501439.

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

Color convert

RGB 191 193 190 -
CMYK 0.01 0 0.02 0.24
HSL 100º 0.02% 0.75% -
HSV(B) 100º 0.02% 0.76% -
XYZ 49.85 52.93 56.31 -
YUV 192.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 191 193 190 0.01 0 0.02 0.24 100 0.02 0.75
Hex BF C1 BE 1 0 2 18 64 2 4B
Octal 277 301 276 1 0 2 30 144 2 113
Binary 10111111 11000001 10111110 1 0 10 11000 1100100 10 1001011

Color Harmonies of #BFC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC1BE

Black with #BFC1BE

Text Example


Text Example

White with #BFC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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