#BCBDBB

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

Shades of Pumice #BCBDBB

Tints of Pumice #BCBDBB

Color information

#BCBDBB (or 0xBCBDBB) is unknown color: approx Pumice. HEX triplet: BC, BD and BB. RGB value is (188,189,187). Sum of RGB (Red+Green+Blue) = 188+189+187=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBB is #434244. Grayscale: #BCBCBC. Windows color (decimal): -4407877 or 12303804. OLE color: 12303804.

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

Color convert

RGB188189187-
CMYK0.0100.010.26
HSL90º1.49%73.73%-
HSV(B)90º1.06%74.12%-
XYZ47.9150.6754.27-
YUV188.47127.17127.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=33.33%
G=33.51%
B=33.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891870.0100.010.26901.4973.73
HexBCBDBB1011A5a14a
Octal274275273101321321112
Binary10111100101111011011101110111010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDBB; }

 p { color: rgb(188,189,187); }

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

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

 a { background-color: rgb(188,189,187); }

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

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

 span { border-color: rgb(188,189,187); }

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