Html Css Color HEX #BFC3BD Pumice

📋 copy color: '#BFC3BD'

red 191 ◦ green 195 ◦ blue 189

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

Shades of Pumice #BFC3BD

Tints of Pumice #BFC3BD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.91%

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 33.22%
G = 33.91%
B = 32.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#BFC3BD (or 0xBFC3BD) is known color: Pumice. HEX triplet: BF, C3 and BD. RGB value is (191,195,189). Sum of RGB (Red+Green+Blue) = 191+195+189=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3BD is #403C42. Grayscale: #C1C1C1. Windows color (decimal): -4209731 or 12436415. OLE color: 12436415.

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

Color convert

RGB 191 195 189 -
CMYK 0.02 0 0.03 0.24
HSL 100º 0.05% 0.75% -
HSV(B) 100º 0.03% 0.76% -
XYZ 50.19 53.78 55.88 -
YUV 193.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 191 195 189 0.02 0 0.03 0.24 100 0.05 0.75
Hex BF C3 BD 2 0 3 18 64 5 4B
Octal 277 303 275 2 0 3 30 144 5 113
Binary 10111111 11000011 10111101 10 0 11 11000 1100100 101 1001011

Color Harmonies of #BFC3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3BD

Black with #BFC3BD

Text Example


Text Example

White with #BFC3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3BD; }

 p { color: rgb(191,195,189); }

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

background-color css

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

 a { background-color: rgb(191,195,189); }

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

border-color css

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

 span { border-color: rgb(191,195,189); }

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