Html Css Color HEX #BFC8B9 Pumice

📋 copy color: '#BFC8B9'

red 191 ◦ green 200 ◦ blue 185

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

Shades of Pumice #BFC8B9

Tints of Pumice #BFC8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 33.16%
G = 34.72%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#BFC8B9 (or 0xBFC8B9) is known color: Pumice. HEX triplet: BF, C8 and B9. RGB value is (191,200,185). Sum of RGB (Red+Green+Blue) = 191+200+185=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8B9 is #403746. Grayscale: #C3C3C3. Windows color (decimal): -4208455 or 12175551. OLE color: 12175551.

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

Color convert

RGB 191 200 185 -
CMYK 0.04 0 0.08 0.22
HSL 96º 0.12% 0.75% -
HSV(B) 96º 0.07% 0.78% -
XYZ 50.9 55.89 54 -
YUV 195.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 191 200 185 0.04 0 0.08 0.22 96 0.12 0.75
Hex BF C8 B9 4 0 8 16 60 C 4B
Octal 277 310 271 4 0 10 26 140 14 113
Binary 10111111 11001000 10111001 100 0 1000 10110 1100000 1100 1001011

Color Harmonies of #BFC8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC8B9

Black with #BFC8B9

Text Example


Text Example

White with #BFC8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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