Html Css Color HEX #BCBFB9 Pumice

📋 copy color: '#BCBFB9'

red 188 ◦ green 191 ◦ blue 185

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

Shades of Pumice #BCBFB9

Tints of Pumice #BCBFB9

RGB

 RED value IS 188 (73.83% from 255) = 33.33%

 GREEN value IS 191 (75% from 255) = 33.87%

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

R = 33.33%
G = 33.87%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BCBFB9 (or 0xBCBFB9) is known color: Pumice. HEX triplet: BC, BF and B9. RGB value is (188,191,185). Sum of RGB (Red+Green+Blue) = 188+191+185=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFB9 is #434046. Grayscale: #BDBDBD. Windows color (decimal): -4407367 or 12173244. OLE color: 12173244.

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

Color convert

RGB 188 191 185 -
CMYK 0.02 0 0.03 0.25
HSL 90º 0.04% 0.74% -
HSV(B) 90º 0.03% 0.75% -
XYZ 48.13 51.46 53.29 -
YUV 189.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 188 191 185 0.02 0 0.03 0.25 90 0.04 0.74
Hex BC BF B9 2 0 3 19 5A 4 4A
Octal 274 277 271 2 0 3 31 132 4 112
Binary 10111100 10111111 10111001 10 0 11 11001 1011010 100 1001010

Color Harmonies of #BCBFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFB9

Black with #BCBFB9

Text Example


Text Example

White with #BCBFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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