#B7BCB4

Color #B7BCB4 Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B7BCB4

Tints of Pumice #B7BCB4

Color information

#B7BCB4 (or 0xB7BCB4) is unknown color: approx Pumice. HEX triplet: B7, BC and B4. RGB value is (183,188,180). Sum of RGB (Red+Green+Blue) = 183+188+180=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCB4 is #48434B. Grayscale: #B9B9B9. Windows color (decimal): -4735820 or 11844791. OLE color: 11844791.

HSL color Cylindrical-coordinate representation of color #B7BCB4: hue angle of 97.5º degrees, saturation: 0.06, 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 #B7BCB4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB183188180-
CMYK0.0300.040.26
HSL97.5º5.63%72.16%-
HSV(B)97.5º4.26%73.73%-
XYZ45.7549.3350.29-
YUV185.59124.84126.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=33.21%
G=34.12%
B=32.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881800.0300.040.2697.55.6372.16
HexB7BCB43041A61648
Octal267274264304321416110
Binary1011011110111100101101001101001101011000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCB4; }

 p { color: rgb(183,188,180); }

 H1.HeaderClassName
 {
   color: #B7BCB4;
 }
 .AnyTagClassName
 {
   color: #B7BCB4;
 }
</style>
background-color css

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

 a { background-color: rgb(183,188,180); }

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

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

 span { border-color: rgb(183,188,180); }

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