Html Css Color HEX #BFC5BB Pumice

📋 copy color: '#BFC5BB'

red 191 ◦ green 197 ◦ blue 187

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

Shades of Pumice #BFC5BB

Tints of Pumice #BFC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.26%

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 33.22%
G = 34.26%
B = 32.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#BFC5BB (or 0xBFC5BB) is known color: Pumice. HEX triplet: BF, C5 and BB. RGB value is (191,197,187). Sum of RGB (Red+Green+Blue) = 191+197+187=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5BB is #403A44. Grayscale: #C2C2C2. Windows color (decimal): -4209221 or 12305855. OLE color: 12305855.

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

Color convert

RGB 191 197 187 -
CMYK 0.03 0 0.05 0.23
HSL 96º 0.08% 0.75% -
HSV(B) 96º 0.05% 0.77% -
XYZ 50.42 54.6 54.89 -
YUV 194.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 191 197 187 0.03 0 0.05 0.23 96 0.08 0.75
Hex BF C5 BB 3 0 5 17 60 8 4B
Octal 277 305 273 3 0 5 27 140 10 113
Binary 10111111 11000101 10111011 11 0 101 10111 1100000 1000 1001011

Color Harmonies of #BFC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5BB

Black with #BFC5BB

Text Example


Text Example

White with #BFC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5BB; }

 p { color: rgb(191,197,187); }

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

background-color css

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

 a { background-color: rgb(191,197,187); }

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

border-color css

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

 span { border-color: rgb(191,197,187); }

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