Html Css Color HEX #BFC8BA Pumice

📋 copy color: '#BFC8BA'

red 191 ◦ green 200 ◦ blue 186

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

Shades of Pumice #BFC8BA

Tints of Pumice #BFC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.66%

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 33.1%
G = 34.66%
B = 32.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#BFC8BA (or 0xBFC8BA) is known color: Pumice. HEX triplet: BF, C8 and BA. RGB value is (191,200,186). Sum of RGB (Red+Green+Blue) = 191+200+186=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8BA is #403745. Grayscale: #C3C3C3. Windows color (decimal): -4208454 or 12241087. OLE color: 12241087.

HSL color Cylindrical-coordinate representation of color #BFC8BA: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC8BA is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 186 -
CMYK 0.04 0 0.07 0.22
HSL 98.57º 0.11% 0.76% -
HSV(B) 98.57º 0.07% 0.78% -
XYZ 51 55.93 54.56 -
YUV 195.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 191 200 186 0.04 0 0.07 0.22 98.57 0.11 0.76
Hex BF C8 BA 4 0 7 16 63 B 4C
Octal 277 310 272 4 0 7 26 143 13 114
Binary 10111111 11001000 10111010 100 0 111 10110 1100011 1011 1001100

Color Harmonies of #BFC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8BA

Black with #BFC8BA

Text Example


Text Example

White with #BFC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8BA; }

 p { color: rgb(191,200,186); }

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

background-color css

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

 a { background-color: rgb(191,200,186); }

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

border-color css

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

 span { border-color: rgb(191,200,186); }

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