Html Css Color HEX #B9BAB8 Pumice

📋 copy color: '#B9BAB8'

red 185 ◦ green 186 ◦ blue 184

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

Shades of Pumice #B9BAB8

Tints of Pumice #B9BAB8

RGB

 RED value IS 185 (72.66% from 255) = 33.33%

 GREEN value IS 186 (73.05% from 255) = 33.51%

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

R = 33.33%
G = 33.51%
B = 33.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B9BAB8 (or 0xB9BAB8) is known color: Pumice. HEX triplet: B9, BA and B8. RGB value is (185,186,184). Sum of RGB (Red+Green+Blue) = 185+186+184=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAB8 is #464547. Grayscale: #B9B9B9. Windows color (decimal): -4605256 or 12106425. OLE color: 12106425.

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

Color convert

RGB 185 186 184 -
CMYK 0.01 0 0.01 0.27
HSL 90º 0.01% 0.73% -
HSV(B) 90º 0.01% 0.73% -
XYZ 46.22 48.89 52.35 -
YUV 185.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 185 186 184 0.01 0 0.01 0.27 90 0.01 0.73
Hex B9 BA B8 1 0 1 1B 5A 1 49
Octal 271 272 270 1 0 1 33 132 1 111
Binary 10111001 10111010 10111000 1 0 1 11011 1011010 1 1001001

Color Harmonies of #B9BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAB8

Black with #B9BAB8

Text Example


Text Example

White with #B9BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAB8; }

 p { color: rgb(185,186,184); }

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

background-color css

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

 a { background-color: rgb(185,186,184); }

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

border-color css

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

 span { border-color: rgb(185,186,184); }

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