Html Css Color HEX #BBBFB8 Pumice

📋 copy color: '#BBBFB8'

red 187 ◦ green 191 ◦ blue 184

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

Shades of Pumice #BBBFB8

Tints of Pumice #BBBFB8

RGB

 RED value IS 187 (73.44% from 255) = 33.27%

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

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

R = 33.27%
G = 33.99%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BBBFB8 (or 0xBBBFB8) is known color: Pumice. HEX triplet: BB, BF and B8. RGB value is (187,191,184). Sum of RGB (Red+Green+Blue) = 187+191+184=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFB8 is #444047. Grayscale: #BDBDBD. Windows color (decimal): -4472904 or 12107707. OLE color: 12107707.

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

Color convert

RGB 187 191 184 -
CMYK 0.02 0 0.04 0.25
HSL 94.29º 0.05% 0.74% -
HSV(B) 94.29º 0.04% 0.75% -
XYZ 47.78 51.29 52.73 -
YUV 189.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 187 191 184 0.02 0 0.04 0.25 94.29 0.05 0.74
Hex BB BF B8 2 0 4 19 5E 5 4A
Octal 273 277 270 2 0 4 31 136 5 112
Binary 10111011 10111111 10111000 10 0 100 11001 1011110 101 1001010

Color Harmonies of #BBBFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFB8

Black with #BBBFB8

Text Example


Text Example

White with #BBBFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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