Html Css Color HEX #B8BBB5 Pumice

📋 copy color: '#B8BBB5'

red 184 ◦ green 187 ◦ blue 181

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

Shades of Pumice #B8BBB5

Tints of Pumice #B8BBB5

RGB

 RED value IS 184 (72.27% from 255) = 33.33%

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 181 (71.09% from 255) = 32.79%

R = 33.33%
G = 33.88%
B = 32.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B8BBB5 (or 0xB8BBB5) is known color: Pumice. HEX triplet: B8, BB and B5. RGB value is (184,187,181). Sum of RGB (Red+Green+Blue) = 184+187+181=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBB5 is #47444A. Grayscale: #B9B9B9. Windows color (decimal): -4670539 or 11910072. OLE color: 11910072.

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

Color convert

RGB 184 187 181 -
CMYK 0.02 0 0.03 0.27
HSL 90º 0.04% 0.72% -
HSV(B) 90º 0.03% 0.73% -
XYZ 45.88 49.07 50.77 -
YUV 185.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 184 187 181 0.02 0 0.03 0.27 90 0.04 0.72
Hex B8 BB B5 2 0 3 1B 5A 4 48
Octal 270 273 265 2 0 3 33 132 4 110
Binary 10111000 10111011 10110101 10 0 11 11011 1011010 100 1001000

Color Harmonies of #B8BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBB5

Black with #B8BBB5

Text Example


Text Example

White with #B8BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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