Html Css Color HEX #B5BFB0 Pumice

📋 copy color: '#B5BFB0'

red 181 ◦ green 191 ◦ blue 176

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

Shades of Pumice #B5BFB0

Tints of Pumice #B5BFB0

RGB

 RED value IS 181 (71.09% from 255) = 33.03%

 GREEN value IS 191 (75% from 255) = 34.85%

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 33.03%
G = 34.85%
B = 32.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#B5BFB0 (or 0xB5BFB0) is known color: Pumice. HEX triplet: B5, BF and B0. RGB value is (181,191,176). Sum of RGB (Red+Green+Blue) = 181+191+176=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFB0 is #4A404F. Grayscale: #BABABA. Windows color (decimal): -4866128 or 11583413. OLE color: 11583413.

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

Color convert

RGB 181 191 176 -
CMYK 0.05 0 0.08 0.25
HSL 100º 0.1% 0.72% -
HSV(B) 100º 0.08% 0.75% -
XYZ 45.52 50.22 48.37 -
YUV 186.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 181 191 176 0.05 0 0.08 0.25 100 0.1 0.72
Hex B5 BF B0 5 0 8 19 64 A 48
Octal 265 277 260 5 0 10 31 144 12 110
Binary 10110101 10111111 10110000 101 0 1000 11001 1100100 1010 1001000

Color Harmonies of #B5BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BFB0

Black with #B5BFB0

Text Example


Text Example

White with #B5BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BFB0; }

 p { color: rgb(181,191,176); }

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

background-color css

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

 a { background-color: rgb(181,191,176); }

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

border-color css

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

 span { border-color: rgb(181,191,176); }

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