#BDC3BA

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

Shades of Pumice #BDC3BA

Tints of Pumice #BDC3BA

Color information

#BDC3BA (or 0xBDC3BA) is unknown color: approx Pumice. HEX triplet: BD, C3 and BA. RGB value is (189,195,186). Sum of RGB (Red+Green+Blue) = 189+195+186=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BA is #423C45. Grayscale: #C0C0C0. Windows color (decimal): -4340806 or 12239805. OLE color: 12239805.

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

Color convert

RGB189195186-
CMYK0.0300.050.24
HSL100º6.98%74.71%-
HSV(B)100º4.62%76.47%-
XYZ49.3653.3954.16-
YUV192.18124.51125.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=33.16%
G=34.21%
B=32.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951860.0300.050.241006.9874.71
HexBDC3BA305186474b
Octal275303272305301447113
Binary1011110111000011101110101101011100011001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3BA; }

 p { color: rgb(189,195,186); }

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

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

 a { background-color: rgb(189,195,186); }

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

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

 span { border-color: rgb(189,195,186); }

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