Html Css Color HEX #BFC2BD Pumice

📋 copy color: '#BFC2BD'

red 191 ◦ green 194 ◦ blue 189

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

Shades of Pumice #BFC2BD

Tints of Pumice #BFC2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.8%

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

R = 33.28%
G = 33.8%
B = 32.93%

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

#BFC2BD (or 0xBFC2BD) is known color: Pumice. HEX triplet: BF, C2 and BD. RGB value is (191,194,189). Sum of RGB (Red+Green+Blue) = 191+194+189=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2BD is #403D42. Grayscale: #C0C0C0. Windows color (decimal): -4209987 or 12436159. OLE color: 12436159.

HSL color Cylindrical-coordinate representation of color #BFC2BD: hue angle of 96º degrees, saturation: 0.04, 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 #BFC2BD is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 189 -
CMYK 0.02 0 0.03 0.24
HSL 96º 0.04% 0.75% -
HSV(B) 96º 0.03% 0.76% -
XYZ 49.96 53.33 55.81 -
YUV 192.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 191 194 189 0.02 0 0.03 0.24 96 0.04 0.75
Hex BF C2 BD 2 0 3 18 60 4 4B
Octal 277 302 275 2 0 3 30 140 4 113
Binary 10111111 11000010 10111101 10 0 11 11000 1100000 100 1001011

Color Harmonies of #BFC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2BD

Black with #BFC2BD

Text Example


Text Example

White with #BFC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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