Html Css Color HEX #B8BEB5 Pumice

📋 copy color: '#B8BEB5'

red 184 ◦ green 190 ◦ blue 181

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

Shades of Pumice #B8BEB5

Tints of Pumice #B8BEB5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

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

R = 33.15%
G = 34.23%
B = 32.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#B8BEB5 (or 0xB8BEB5) is known color: Pumice. HEX triplet: B8, BE and B5. RGB value is (184,190,181). Sum of RGB (Red+Green+Blue) = 184+190+181=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEB5 is #47414A. Grayscale: #BBBBBB. Windows color (decimal): -4669771 or 11910840. OLE color: 11910840.

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

Color convert

RGB 184 190 181 -
CMYK 0.03 0 0.05 0.25
HSL 100º 0.06% 0.73% -
HSV(B) 100º 0.05% 0.75% -
XYZ 46.52 50.35 50.98 -
YUV 187.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 184 190 181 0.03 0 0.05 0.25 100 0.06 0.73
Hex B8 BE B5 3 0 5 19 64 6 49
Octal 270 276 265 3 0 5 31 144 6 111
Binary 10111000 10111110 10110101 11 0 101 11001 1100100 110 1001001

Color Harmonies of #B8BEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BEB5

Black with #B8BEB5

Text Example


Text Example

White with #B8BEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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