Html Css Color HEX #B8BAB6 Pumice

📋 copy color: '#B8BAB6'

red 184 ◦ green 186 ◦ blue 182

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

Shades of Pumice #B8BAB6

Tints of Pumice #B8BAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.97%

R = 33.33%
G = 33.7%
B = 32.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B8BAB6 (or 0xB8BAB6) is known color: Pumice. HEX triplet: B8, BA and B6. RGB value is (184,186,182). Sum of RGB (Red+Green+Blue) = 184+186+182=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAB6 is #474549. Grayscale: #B8B8B8. Windows color (decimal): -4670794 or 11975352. OLE color: 11975352.

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

Color convert

RGB 184 186 182 -
CMYK 0.01 0 0.02 0.27
HSL 90º 0.03% 0.72% -
HSV(B) 90º 0.02% 0.73% -
XYZ 45.77 48.69 51.24 -
YUV 184.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 184 186 182 0.01 0 0.02 0.27 90 0.03 0.72
Hex B8 BA B6 1 0 2 1B 5A 3 48
Octal 270 272 266 1 0 2 33 132 3 110
Binary 10111000 10111010 10110110 1 0 10 11011 1011010 11 1001000

Color Harmonies of #B8BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BAB6

Black with #B8BAB6

Text Example


Text Example

White with #B8BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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