#BDC1BA

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

Shades of Pumice #BDC1BA

Tints of Pumice #BDC1BA

Color information

#BDC1BA (or 0xBDC1BA) is unknown color: approx Pumice. HEX triplet: BD, C1 and BA. RGB value is (189,193,186). Sum of RGB (Red+Green+Blue) = 189+193+186=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1BA is #423E45. Grayscale: #BFBFBF. Windows color (decimal): -4341318 or 12239293. OLE color: 12239293.

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

Color convert

RGB189193186-
CMYK0.0200.040.24
HSL94.29º5.34%74.31%-
HSV(B)94.29º3.63%75.69%-
XYZ48.9252.554.01-
YUV191.01125.17126.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=33.27%
G=33.98%
B=32.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931860.0200.040.2494.295.3474.31
HexBDC1BA204185e54a
Octal275301272204301365112
Binary1011110111000001101110101001001100010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1BA; }

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

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

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

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

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

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

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

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