Html Css Color HEX #B5BBB0 Pumice

📋 copy color: '#B5BBB0'

red 181 ◦ green 187 ◦ blue 176

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

Shades of Pumice #B5BBB0

Tints of Pumice #B5BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 33.27%
G = 34.38%
B = 32.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B5BBB0 (or 0xB5BBB0) is known color: Pumice. HEX triplet: B5, BB and B0. RGB value is (181,187,176). Sum of RGB (Red+Green+Blue) = 181+187+176=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBB0 is #4A444F. Grayscale: #B7B7B7. Windows color (decimal): -4867152 or 11582389. OLE color: 11582389.

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

Color convert

RGB 181 187 176 -
CMYK 0.03 0 0.06 0.27
HSL 92.73º 0.07% 0.71% -
HSV(B) 92.73º 0.06% 0.73% -
XYZ 44.66 48.5 48.08 -
YUV 183.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 181 187 176 0.03 0 0.06 0.27 92.73 0.07 0.71
Hex B5 BB B0 3 0 6 1B 5D 7 47
Octal 265 273 260 3 0 6 33 135 7 107
Binary 10110101 10111011 10110000 11 0 110 11011 1011101 111 1000111

Color Harmonies of #B5BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBB0

Black with #B5BBB0

Text Example


Text Example

White with #B5BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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