#BDC1B9

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

Shades of Pumice #BDC1B9

Tints of Pumice #BDC1B9

Color information

#BDC1B9 (or 0xBDC1B9) is unknown color: approx Pumice. HEX triplet: BD, C1 and B9. RGB value is (189,193,185). Sum of RGB (Red+Green+Blue) = 189+193+185=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1B9 is #423E46. Grayscale: #BEBEBE. Windows color (decimal): -4341319 or 12173757. OLE color: 12173757.

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

Color convert

RGB189193185-
CMYK0.0200.040.24
HSL90º6.06%74.12%-
HSV(B)90º4.15%75.69%-
XYZ48.8152.4653.45-
YUV190.89124.67126.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=33.33%
G=34.04%
B=32.63%

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
Decimal1891931850.0200.040.24906.0674.12
HexBDC1B9204185a64a
Octal275301271204301326112
Binary1011110111000001101110011001001100010110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1B9; }

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

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

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

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

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

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

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

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