Html Css Color HEX #B7BBB5 Pumice

📋 copy color: '#B7BBB5'

red 183 ◦ green 187 ◦ blue 181

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

Shades of Pumice #B7BBB5

Tints of Pumice #B7BBB5

RGB

 RED value IS 183 (71.88% from 255) = 33.21%

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

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

R = 33.21%
G = 33.94%
B = 32.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B7BBB5 (or 0xB7BBB5) is known color: Pumice. HEX triplet: B7, BB and B5. RGB value is (183,187,181). Sum of RGB (Red+Green+Blue) = 183+187+181=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBB5 is #48444A. Grayscale: #B9B9B9. Windows color (decimal): -4736075 or 11910071. OLE color: 11910071.

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

Color convert

RGB 183 187 181 -
CMYK 0.02 0 0.03 0.27
HSL 100º 0.04% 0.72% -
HSV(B) 100º 0.03% 0.73% -
XYZ 45.64 48.94 50.76 -
YUV 185.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 183 187 181 0.02 0 0.03 0.27 100 0.04 0.72
Hex B7 BB B5 2 0 3 1B 64 4 48
Octal 267 273 265 2 0 3 33 144 4 110
Binary 10110111 10111011 10110101 10 0 11 11011 1100100 100 1001000

Color Harmonies of #B7BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBB5

Black with #B7BBB5

Text Example


Text Example

White with #B7BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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