Html Css Color HEX #B8BCB5 Pumice

📋 copy color: '#B8BCB5'

red 184 ◦ green 188 ◦ blue 181

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

Shades of Pumice #B8BCB5

Tints of Pumice #B8BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34%

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

R = 33.27%
G = 34%
B = 32.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#B8BCB5 (or 0xB8BCB5) is known color: Pumice. HEX triplet: B8, BC and B5. RGB value is (184,188,181). Sum of RGB (Red+Green+Blue) = 184+188+181=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB5 is #47434A. Grayscale: #BABABA. Windows color (decimal): -4670283 or 11910328. OLE color: 11910328.

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

Color convert

RGB 184 188 181 -
CMYK 0.02 0 0.04 0.26
HSL 94.29º 0.05% 0.72% -
HSV(B) 94.29º 0.04% 0.74% -
XYZ 46.09 49.49 50.84 -
YUV 186.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 184 188 181 0.02 0 0.04 0.26 94.29 0.05 0.72
Hex B8 BC B5 2 0 4 1A 5E 5 48
Octal 270 274 265 2 0 4 32 136 5 110
Binary 10111000 10111100 10110101 10 0 100 11010 1011110 101 1001000

Color Harmonies of #B8BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BCB5

Black with #B8BCB5

Text Example


Text Example

White with #B8BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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