Html Css Color HEX #BFC6B8 Pumice

📋 copy color: '#BFC6B8'

red 191 ◦ green 198 ◦ blue 184

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

Shades of Pumice #BFC6B8

Tints of Pumice #BFC6B8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.55%

 BLUE value IS 184 (72.27% from 255) = 32.11%

R = 33.33%
G = 34.55%
B = 32.11%

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

#BFC6B8 (or 0xBFC6B8) is known color: Pumice. HEX triplet: BF, C6 and B8. RGB value is (191,198,184). Sum of RGB (Red+Green+Blue) = 191+198+184=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6B8 is #403947. Grayscale: #C2C2C2. Windows color (decimal): -4208968 or 12109503. OLE color: 12109503.

HSL color Cylindrical-coordinate representation of color #BFC6B8: hue angle of 90º degrees, saturation: 0.11, 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 #BFC6B8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 184 -
CMYK 0.04 0 0.07 0.22
HSL 90º 0.11% 0.75% -
HSV(B) 90º 0.07% 0.78% -
XYZ 50.33 54.93 53.3 -
YUV 194.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 191 198 184 0.04 0 0.07 0.22 90 0.11 0.75
Hex BF C6 B8 4 0 7 16 5A B 4B
Octal 277 306 270 4 0 7 26 132 13 113
Binary 10111111 11000110 10111000 100 0 111 10110 1011010 1011 1001011

Color Harmonies of #BFC6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6B8

Black with #BFC6B8

Text Example


Text Example

White with #BFC6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6B8; }

 p { color: rgb(191,198,184); }

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

background-color css

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

 a { background-color: rgb(191,198,184); }

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

border-color css

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

 span { border-color: rgb(191,198,184); }

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